Search results

  1. serpent_driver

    Lite speed cache et smarty

    Yes, but Smarty doesn't matter. I am using Lscache and Smarty together in different applications and notice no issues. At the end the output and the content of cached files on server is always pure HTML. What is your impression based on?
  2. serpent_driver

    Personnalisation Lite Speed Cache Prestashop

    Why to define an ESI block for mega menu? Such content is not critical or in your opinion why should an ESI block should be defined for a mega menu? What is special for mega menu? Whenever possible don't define an ESI block if you don't really need it. For example, your shopping cart is a MUST...
  3. serpent_driver

    Personnalisation Lite Speed Cache Prestashop

    An ESI block is like a hole in your page and can have different cache rules than surrounding content. Each ESI "hole" has affect on performance and the more ESI blocks are defined the more affect it has on performance.
  4. serpent_driver

    Cache crawler and first-time users

    This is the sense of the crawler.....
  5. serpent_driver

    Does mod_pagespeed by LiteSpeed support filters as in mod_pagespeed by Google?

    "We no longer recommend using PageSpeed. The module has not been maintained for some time now, and as such, it may cause stability issues. " https://docs.litespeedtech.com/products/lsadc/moresettings/#pagespeed
  6. serpent_driver

    How block some user-agent?

    ModSecurity + optional LiteSpeed/Commodo ModSecurity rule set, but each UA you want to block must me added by hand. If you have cPanel ConfigServer Security & Firewall is recommended, because CSF supports ModSecurity. https://www.configserver.com/cp/csf.html
  7. serpent_driver

    cPanel + Litespeed + ModSecurity rules in Apache

    If you don't have a control panel like cPanel/WHM or other supported control panel. If you have cPanel and ModSecurity nothing else has to be done.
  8. serpent_driver

    Web Server crawler feature not enabled, please check web server settings

    Static sources like images can't be cached neither by LScache nor any other HTTP Cache. Static sources will automatically be cached by browser.
  9. serpent_driver

    Web Server crawler feature not enabled, please check web server settings

    Try this https://docs.litespeedtech.com/lscache/lscwp/admin/#enabling-the-crawler
  10. serpent_driver

    aggressive IP-addresses block

    Control Panel?
  11. serpent_driver

    Access Log: Don't log hits to static files (.css, .js, .png, .jpg, etc...) UNLESS the status code is not 200

    Yes! It's the same like with Apache in .htaccess, but know only REQUEST source. Status code is not supported by Apache. SetEnvIf Request_URI "\.css$ " dontlog SetEnvIf Request_URI "\.js$ " dontlog .... https://httpd.apache.org/docs/2.0/mod/mod_setenvif.html
  12. serpent_driver

    Litespeed uses alot or ram and disk space

    For Wordpress users: https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fast
  13. serpent_driver

    Performance versus NitroPack

    Maybe this could help you to understand why "Google Core Web Vitals" and not Pagespeed is important. Pagespeed is only a test tool. The right score will be generated by each user who has Chrome browser installed. Chrome generates "User Experience Report" and sends data to Google and only these...
  14. serpent_driver

    Bandwidth limit using virtual hosts template

    Configuration has to be done in Apache style: /etc/apache2/conf.d/includes/pre_virtualhost_global.conf <IfModule LiteSpeed> VhostBandwidthLimit 1024000 </IfModule> For bandwith limit of 1000KB max.. Not tested, but should work.
  15. serpent_driver

    Bandwidth limit using virtual hosts template

    Did you already check this: https://docs.litespeedtech.com/cp/cpanel/tunings/#virtual-host-level-limiting
  16. serpent_driver

    LiteSpeed Installation on DirectAdmin

    Yes, it does. Why shouldn't it support .htaccess or what is not supported?! https://www.litespeedtech.com/products/litespeed-web-server/editions
  17. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    I just did some further tests and you won't believe it... noconntimeout directive works. It was my fault. A typo in rewrite rule to limit noconnection timeout to the crawler has caused it, so I am very sorry! Ashes on my head! :(
  18. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    Sorry, this is not great. Offering a CLI variant of crawler is an option, but not the one and only option. This option is intended to run in cronjob, but is only a small part of complex application with a lot of features and functions. This comment is like a knockout for LiteSpeed Enterprise...
  19. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    For testing and debugging I have the crawler script extracted from main application to get it work in CLI. For this test there is no custom connection timeout in .htaccess defined. The crawler is running without interruption until script it is finished, but only in CLI! To me, it looks like...
  20. serpent_driver

    Access-Control-Allow-Origin wildcard subdomains, ports and protocols

    Support for OpenLiteSpeed -> https://forum.openlitespeed.org/
Top