I have a report in my codeigniter project which is complex report having more than 100 pages.
For that I am using ajax to retrieve data.
There are more than 60+ ajax requests for that I am using set time out to run each request.
Reports took almost 8 minutes to complete.
That's why I want to run crone, but when I added crone it is not running ajax code via linux,
Is there any way to run this whole process from back-end (No use of browser) or from linux?