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
Post a Comment