Search results

  1. serpent_driver

    Image is slow loading on page with iFrame

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

    Intend to remove Server/PUSH in Chrome and Firefox

    Hu Hu :) LiteSpeed staff still alive?
  3. serpent_driver

    Intend to remove Server/PUSH in Chrome and Firefox

    Google intends to remove Server/PUSH feature in Chrome Browser for the lack of usage. Is there any alternative plan for this preload feature at LSWS? HTML preload tag is not an alternative! https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY/m/vOWBKZGoAQAJ?pli=1
  4. serpent_driver

    Add Expires headers

    You don't use all settings for optimization in WP cache plugin, but anyway support for cache plugin has been changed to Wordpress support page. https://www.litespeedtech.com/support/forum/forums/litespeed-cache-plugin-for-wordpress.37/
  5. serpent_driver

    Curl based crawler for non plugin sites?

    Already found what you are looking for?
  6. serpent_driver

    Random pages cached incorrectly using VARY

    Yes, but it is not necessary to check it frequently, if you would use ESI (inline)... ;).
  7. serpent_driver

    Setting up a RAM disk

    In this case you better should look for Linux support to setup a RAM drive, but you should use a SSD HDD if you don't have it instead of a RAM drive. It is easier to handle and there is almost no difference.
  8. serpent_driver

    Setting up a RAM disk

    Do you use LScache plugin for OpenCart?
  9. serpent_driver

    Random pages cached incorrectly using VARY

    There is no 1 for all solution and depends on application. If pages are cached there is no direct way to check if login session still exists, because I need PHP to verify it, so I send an AJAX request that can do that. If there is no session, but login cookie still exists unset this session...
  10. serpent_driver

    Random pages cached incorrectly using VARY

    Known issue, but that's why it is not good to bind cache vary directly to session cookie.
  11. serpent_driver

    The SQL database is increase abnormally

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

    How to use LiteSpeed with Apache?

    https://docs.litespeedtech.com/cp/cpanel/quickstart/#apache-port-offset
  13. serpent_driver

    How to run LSEWS with Apache?

    https://docs.litespeedtech.com/cp/cpanel/quickstart/#apache-port-offset
  14. serpent_driver

    Some of the bandwidth control settings are not working

    Check this: https://www.litespeedtech.com/support/forum/threads/bandwidth-limit-using-virtual-hosts-template.19456/#post-114944
  15. serpent_driver

    Curl based crawler for non plugin sites?

    The question is, how much comfort do you want/need? Possible is everything. Do you want a "HowTo" or a ready to run script?
  16. serpent_driver

    how to: multiple vary cache by cookie

    Why? There is nothing wrong, because rewrite rules for cache varies follow Apache directive for rewrite rules. You have 2 different conditions and each condition needs its own rule. Otherwise it's not logical.
  17. serpent_driver

    how to: multiple vary cache by cookie

    You are welcome! :)
  18. serpent_driver

    Is the site template coded or ready?

    If a database is used and it looks like it us used with this page, PHP is needed to get access to database. A (ready-made) template always needs PHP to work. If a template doesn't use/need PHP, it is no template. (Mostly...)
  19. serpent_driver

    Lite speed cache et smarty

    FYI: Smarty basically is a template engine, but has a cache function that can be enabled in PrestaShop. Using Smarty cache and the webserver based LScache doesn't double the speed. It costs more load if a URL isn't cached, so don't use both. Lscache is x-time faster than Smarty cache.
Top