Is it safe to use PHP flush function with Litespeed Cache




Wordpress LScache Plugin: Is it safe to use PHP flush function with Litespeed Cache


Hi, I was going through some of the blogs regarding PHP flush function, to speed up the process in front-end. So, my question is it safe to use PHP flush function with this plugin, without any conflicting? Or should I use PHP flush at all? Heres the blog references for PHP flush for speed improvement > 1. Use PHP Flush To Improve Site Loading Speed 2. Tip8. Flush the Buffer 3. How to PHP Flush Buffer Early to Speed Website Loading 4. Flush the Buffer Early by Yahoo! developers Hoping you guys will guide me on this. Hi, although I did a quick test on this , I did not notice anything break but not seeing any difference either but in general sense , this will conflict with cache plugins operation , specially when you enable optimization , because the plugin needs to wait for the page to be generated completely before it starts to optimize , if the page was sent to browser already , your optimization is wasted in vain best regards, Thank you @CacheCrawler for the help. I will not use it then.