Search results

  1. serpent_driver

    Issue with cache crawler for PS

    Would you provide us with a link to your page?
  2. serpent_driver

    Issue with cache crawler for PS

    Cookie can have a wide range of affects and depends on application, cache plugin and its settings. To find what your issue is caused by, setup a sitemap file with 1 single URL. Purge the cache, request the URL with browser and run crawler. Check if cache header is miss or hit and and come back.
  3. serpent_driver

    Issue with cache crawler for PS

    That what it is meant for. It accepts cookies set by the shop. Take also care with -m parameter, if you have have enabled mobile view in Presta settings. See documentation of crawler script.
  4. serpent_driver

    Litespeed cache for phpbb3

    LScache plugin for phpBB 3 (v3.3) will be available soon. - GUI controlled via standalone application - separate cache for not logged in users - separate cache for logged in users - auto purge - high speed warmup (> 10 times faster as LS crawler) - quick purge - exclude settings - TTL settings...
  5. serpent_driver

    Issue with cache crawler for PS

    Did you use -C parameter?
  6. serpent_driver

    Rewrite Rule and 502 Server Error

    This one works. 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]
  7. serpent_driver

    500 Error Request Timeout

    <IfModule Litespeed> RewriteEngine On RewriteCond %{REQUEST_URI} ^\/file_1\.php [OR] RewriteCond %{REQUEST_URI} ^\/file_2\.php RewriteRule .* - [E=noconntimeout:1] </IfModule> should work, but not tested.
  8. serpent_driver

    500 Error Request Timeout

    For security reason, it's the better choice. You should limit no timeout to specific files/URLs.
  9. serpent_driver

    Mobile version not being affected

    You have some missunderstanding about Google Pagespeed. 1.) Pagespeed doesn't measure the page load time. 2.) Pagespeed measures the "display" time after all data has been loaded from the server. That means, you can have a high speed super fast server, but if you have too much images, too much...
  10. serpent_driver

    Mobile version not being affected

    Okay, maybe I missunderstand what the issue is. What do you think is wrong or doesn't work as you expect?
  11. serpent_driver

    Mobile version not being affected

    If you have enabled "Cache Mobile" disable it. This setting is for WP installation that have a device detection. WP in almost all cases don't have such detection, so disable this setting and it should work, but don't forget to purge cache.
  12. serpent_driver

    ESI Not Working With LearnDash

    I don't know this plugin, but it seems this plugin needs a punch hole (ESI) to work correct with LScache. For further support you should/must use the official platform for WP cache plugin support. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/...
  13. serpent_driver

    codeigniter plugin?

    This is only to demonstrate a "punch hole" that isn't cached. It doesn't matter if I use a random number or a shopping cart or whatever that may not be cached. The <div> container with random number isn't cached, everything around this container is cached. Check cache header to verify if it's...
  14. serpent_driver

    codeigniter plugin?

    You don't name it as impossible, but you bind supposedly missing information about ESI with "wizardry". It is not okay to accuse members of this forum not willing to share or to help, because you are disappointed about not getting what you want. This is unfair and wrong. Everybody in this forum...
  15. serpent_driver

    codeigniter plugin?

    For those who still believe <esi:inline> is a dark art wizardry if used with LiteSpeed & LScache here is a proof of concept that it works without any wizardry. No trick, no fake, pure ESI specification. It works with PHP and every template engine like Smarty and pure HTML...
  16. serpent_driver

    codeigniter plugin?

    @mkaaaay && @NTS I find it outrageous how people tries to get everything for free. It doesn't matter if we are in a forum. A forum is platform for discussion to solve issues, but it isn't a platform where everybody gets services and knowledge for free. A developer can't live from air and...
  17. serpent_driver

    Litespeed cache for phpbb3

    @NTS You already got offered what you like to get, but if you don't know basics like URLs or directories that may not be cached in phpbb you are overwhelmed with a plugin. A plugin also need such information! Why complain about Litespeed and a not existing cache plugin for phpbb if the problem...
  18. serpent_driver

    codeigniter plugin?

    But I hope you understand why "no one" (me) is willing to share the know-how of that dark art? You earn money with your page, so why should you get an advantage for free? This is not uncool. This is unfair, isn't it?
Top