Search results

  1. serpent_driver

    Pre-cache Mobile pages

    If you use <picture> element there is no need for extra cache copy, because the browser itself decides which image format he supports. An extra cache copy is therefore obsolete and you don't need to add aditional cache vary for this.
  2. serpent_driver

    Pre-cache Mobile pages

    btw. Does Journal provide different code depending on the device? If not you don't need seperate cache copy for mobile devices!
  3. serpent_driver

    Pre-cache Mobile pages

    You said, that you have OC version 2.x, but you use Journal 3.x. The question is how Journal detects if a browser supports webp?! Depending on this detection the cache vary must be synchronized. FYI: If using webp the cache warmup no longer works.
  4. serpent_driver

    Pre-cache Mobile pages

    You are asking your question in the wrong forum because you first need a function for OC that creates webp images or converts the ones that already exist and then you need another function that only displays webp images if a browser supports this image format . However, these functions have...
  5. serpent_driver

    some features are missing in toolbox

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

    Using only brotli compression

    Watch this Video and come back If you still have problems with understanding of ESI:
  7. serpent_driver

    mime type [application/x-httpd-ea-php81] for suffix '.php' does not allow serving as static file, access denied! cpanel server

    No, but refueling your car is much more expensive. ;) Kitt is not a WordPress plugin. It's a standalone application that runs parallel to WordPress. Just read the description and visit the demo. But don't fall in love with Kitt because you come from the wrong country to use Kitt or the AWR or...
  8. serpent_driver

    mime type [application/x-httpd-ea-php81] for suffix '.php' does not allow serving as static file, access denied! cpanel server

    The traceroute doesn't matter, so don't try to ceck availibility of a build. I've just check the latest build of version 6.1.2, so this command should finally work. If this build doesn't solve the issue you have to wait until build 11 is released. /usr/local/lsws/admin/misc/lsup.sh -f -v 6.1.2 -b 8
  9. serpent_driver

    mime type [application/x-httpd-ea-php81] for suffix '.php' does not allow serving as static file, access denied! cpanel server

    Sorry, there was a typo in my last command, so please use: /usr/local/lsws/admin/misc/lsup.sh -f -v 6.1.12 -b 11
  10. serpent_driver

    Guestmode keeps refreshing pages

    If the issue can't be solved with my last advice please use LiteSpeed cache plugin support at WordPress, because this form doesn't support the cache plugin any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/...
  11. serpent_driver

    Guestmode keeps refreshing pages

    Please check the requests in browser dev console and check the request for guest.vary.php. If this request has a 403 status code this means that something blocks the guest.vary.php request. This is mostly caused by any security plugin or custom settings in .htaccess.
  12. serpent_driver

    Guestmode keeps refreshing pages

    Du you have LiteSpeed web server or any other web server?
  13. serpent_driver

    Guestmode keeps refreshing pages

    This behaviour is the nature of the Guest Mode: https://blog.litespeedtech.com/2021/06/01/guest-mode-for-wordpress-in-lscwp-v4-0/
  14. serpent_driver

    The very best LiteSpeed Cache Varies for OpenCart if Journal 3 and LSWS is used

    You need latest OC version 3.x to use Kitt The Cache Crawler. We have no plan to make Kitt for version 2 of OC available. If the requirement for Ioncube is not met that can only mean that you use a PHP version < 7.4 or IonCube Loader for PHP 7.4 is not installed on your server.
  15. serpent_driver

    The very best LiteSpeed Cache Varies for OpenCart if Journal 3 and LSWS is used

    It should, but not tested. If you want the updated version that runs with Journal then use this: https://www.cachecrawler.com/Download/Cache-Warmup-Crawler-LiteSpeed-LScache-OpenCart-Extension::114.html
  16. serpent_driver

    Speed Optimization

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

    Adding specific folders to purge cache

    There is no option or code in cache plugin for Joomla to do whatever additional action if you purge the cache, so you must "hack" the code of the plugin to get what you like.
Top