javascript - Execute all ajax request if browser closed -


i have report in codeigniter project complex report having more 100 pages.

for using ajax retrieve data.

there more 60+ ajax requests using set time out run each request.

reports took 8 minutes complete.

that's why want run crone, when added crone not running ajax code via linux,

is there way run whole process back-end (no use of browser) or linux?

if looking non-browser option there no need ajax. can same action pure php scripts. convert 60+ ajax request different functions , call function after time interval.


Comments

Popular posts from this blog

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -