Hi,
I have a page for sending SMS by selecting anyone organization,
By selecting organization, it will calculate how many customers are there to send SMS, It will display the SMS Count along with all managers names using JQUERY AJAX.
For counting this value,it takes so much time in online,
How to solve that?.
In my local system, it takes around 2-3 minutes.
After displaying the values , I Submit this form by selecting multiple checkboxes(70),
It takes time to redirect to first page, around 7 minutes.
I need a solution for this, by clicking the submit button with selected multiple checkboxes of manager names, it should redirect to first page, and Messages should be processed in Back end.
How to rectify this.