Search results

  1. 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.
  2. 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
  3. serpent_driver

    Issue with JSN Uniform extension

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

    Problem with XHR Post request

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

    Problem with XHR Post request

    Try /modules/gmparcellocker/*
  6. 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.
  7. 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...
  8. 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...
  9. serpent_driver

    The Joomla plugin is not working as it should

    If so, why didn't you tell these dysfunctions to LiteSpeed support?
  10. 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...
  11. serpent_driver

    css changes do not appear after purging the cache

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  12. serpent_driver

    css changes do not appear after purging the cache

    What application do you talking about?
  13. serpent_driver

    htaccess redirect code not working

    Your code is insufficient. This will work for you with Apache && LiteSpeed RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L]
  14. serpent_driver

    Issues with LiteSpeed Webserver and WordPress and .htaccess files.

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  15. serpent_driver

    SOLVED: How to find more info on 503 errors?

    Thank you, good to know
  16. serpent_driver

    Litespeed also cache the cart

    https://www.litespeedtech.com/support/forum/threads/camera-slider-is-gone.18730/
  17. serpent_driver

    install LSWS on Plesk via script

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:installation
  18. serpent_driver

    Camera slider is gone

    LiteSpeed can only support default theme, but not all themes that are available from 3rd party. Your theme has (AJAX) functions that are not available in default theme, so that's why your theme doesn't work with LiteSpeed. To solve the issue LiteSpeed cache plugin must be modified to get it work...
  19. serpent_driver

    Issues with LiteSpeed Webserver and WordPress and .htaccess files.

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top