Search results

  1. serpent_driver

    Help me to enable cache for text/html and php files

    Would you provide us with a link to your page?
  2. serpent_driver

    Help me to enable cache for text/html and php files

    Browser caching && Lscache && CDN for PHP is not a good idea if you have LScache. If you have problems with long page load time for the first request and if you use LScache, there seems to be a bottleneck. In my mind you shouldn't use Stackpath CDN. Change your hosting provider or upgrade...
  3. serpent_driver

    Help me to enable cache for text/html and php files

    Why browser cache for PHP if you have LiteSpeed cache? For me, that doesn't make sense.
  4. serpent_driver

    Help me to enable cache for text/html and php files

    Which cache to you mean? Browser cache or LiteSpeed HTTP cache?
  5. serpent_driver

    Help me to enable cache for text/html and php files

    mod_expires doesn't control cache for static sources. This is what you are looking for: <FilesMatch "\.(jpg|jpeg|woff|woff2|png|gif|swf|ico|js|css|ttf|eot|ico|min.js|mp4|webm|svg)$"> Header set Cache-Control "max-age=290304000, public" </FilesMatch> Add or change file types for your need.
  6. serpent_driver

    LiteSpeed Full Configuration

    There is no forum or complete documentation for this. Not every setting in WebAdmin can be configured by this console and depends on if you use a control panel for your server. Most, not all, settings are for native LSWS installation.
  7. serpent_driver

    Clear Cache Not Working?

    For LScache and WordPress: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  8. serpent_driver

    Litespeed cache for phpbb3

    @NTS Sorry, if you feel my answer is too rough for you. Maybe it is rough, but it is only the truth and the reality. There is no LScache plugin for phpbb3. Therefore it doesn't matter whether you are willing to pay for a plugin. LiteSpeed has decided not to build more plugins for other...
  9. serpent_driver

    Litespeed cache for phpbb3

    Yes, that can work if ESI is not needed, but LScache only defined with rewrite rules is not as fast as if cache defines are set with response headers. However, it might be worth trying it out.
  10. serpent_driver

    Litespeed cache for phpbb3

    If you pay for the time to develop a plugin, you will get what you want. LiteSpeedtech has no plan to build more plugins.
  11. serpent_driver

    How to disable / exclude Caching for a specific .php file?

    <IfModule LiteSpeed> RewriteEngine On RewriteCond %{REQUEST_URI} ^/filename\.php RewriteRule .* - [E=cache-control:no-cache] </IfModule> Or got to: wp-admin/admin.php?page=litespeed-cache#excludes if you use WordPress
  12. serpent_driver

    Issue with JSN Uniform extension

    https://store.litespeedtech.com/store/submitticket.php?step=2&deptid=2
  13. serpent_driver

    Problem with XHR Post request

    If it doesn't work add new ESI widget instead of URL exclude.
  14. serpent_driver

    Problem with XHR Post request

    Try /modules/gmparcellocker/*
  15. serpent_driver

    search bottom

    Ask the one who has build this theme. The reported issue isn't cache plugin related and btw. Java isn't the same like Javascript. Java is an airplane, Javascript is a car.
  16. serpent_driver

    Asynchronous CSS, Deferring JS Prevents Menu dropdown, and inserts blank spacing into Recent Posts

    You don't need to remove the cache from disk. "Purge all" is everything what is needed. To understand what WP cache plugin is good for, open developer console in your browser (F12) and open network tab. The first request is the main document. It is generated by PHP and only this main document...
  17. serpent_driver

    Asynchronous CSS, Deferring JS Prevents Menu dropdown, and inserts blank spacing into Recent Posts

    "Purge all" will purge the cache. If it doesn't wait some seconds. Depending on server performance it can take a little bit longer, but "Purge all" doesn't remove cache from disk. This will be done by batch process later. To check if cache has been purged check cache header only. Browser cache...
  18. serpent_driver

    The Joomla plugin is not working as it should

    If so, why didn't you tell these dysfunctions to LiteSpeed support?
  19. serpent_driver

    The Joomla plugin is not working as it should

    @ssnobben The issues you describe are not caused by LScache plugin. LScache is a webserver based fullpage HTTP cache engine. Cache plugin for Joomla is only a control panel to manage webserver based cache engine. This plugin doesn't cache anything. If this plugin doesn't work for you as you...
Top