![]() |
Alternative Apache file caching system - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: Alternative Apache file caching system (/showthread.php?tid=66005) |
Alternative Apache file caching system - John_Betong - 08-22-2016 Is it worth considering an Apache file caching system? http://www.anetizer.com/eureka-for-making-a-web-page-load-faster The technique uses canonical file names instead of the CI's time-stamp file naming system. I used file get parameters to: 1. display all cache files 2. delete all cache files 3. delete single files Edit: Please note that I am currently having MySql memory problems which may cause the site not to render. Hopefully getting CI to run in 512Mb will be solved today ![]() |