404 high response time

#2
This is not a OLS related issue, but an issue of every modern CMS that uses a PHP framework. Every kind of requested source (also CSS, JS and so on) goes through the index.php and it doesn't matter if a source exists or not. For WP a 404 is the same as status 200. You can free static sources from WP, but not requests of dynamic sources.

This issue cannot be resolved with OLS or a modified web server configuration. Only LiteCache Rush can solve this problem. Rush is a completely new application specifically designed for WP, designed to decide which function/plugin should be loaded where. This can improve loading times by up to 500% without the need for an additional optimization plugin.

For further information read this: https://www.cachecrawler.com/Blog/W...nce-Doesnt-Start-With-Optimization::6601.html

rush.png
 
Last edited:
Top