Search results

  1. serpent_driver

    Problem with XHR Post request

    Try /modules/gmparcellocker/*
  2. 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.
  3. 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...
  4. 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...
  5. serpent_driver

    The Joomla plugin is not working as it should

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

    css changes do not appear after purging the cache

    What application do you talking about?
  9. 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]
  10. 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/
  11. serpent_driver

    SOLVED: How to find more info on 503 errors?

    Thank you, good to know
  12. serpent_driver

    Litespeed also cache the cart

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

    install LSWS on Plesk via script

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:installation
  14. 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...
  15. 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/
  16. serpent_driver

    SOLVED: How to find more info on 503 errors?

    With LSWS something works different as with Apache and with limits and timeouts. Check "tuning" settings in LSWS WebAdmin. For example if you want to increase max_execution_time you have to change Connection Timeout in WebAdmin. For LSPHP you find more information at...
  17. serpent_driver

    Getting 404 errors for litespeed JS and CSS

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

    how to disable php.ini files and php flags in .htaccess for litespeed ?

    Really? Where or how can I verify if lsphp is used?
  19. serpent_driver

    There is a way to cache all sites?

    @VictorDmAlves The crawler fetches XML sitemap file and parse it. If parsed every URL will be requested with cURL. This is the same request as if you request an URL in browser, so the answer to your question is: YES
  20. serpent_driver

    Tell configserver.com they should add UDP port 443 to default opened UDP ports

    Many user uses LSWS and many user use ConfigServer Security & Firewall, but only less user know that they must add port 443 to UDP_IN and UDP_OUT to make QUIC available. LiteSpeed Staff, you should tell configserver.com they should add this port to default opened ports if LSWS is running.
Top