Search results

  1. serpent_driver

    session.gc_maxlifetime not being honoured

    He has a selfmade custom application, but using PHP framework
  2. serpent_driver

    Sessions expiring often?

    Then, it will be overwritten by session handling in your application. Check for: @ini_set("session.gc_maxlifetime", value_in_seconds);
  3. serpent_driver

    Sessions expiring often?

    What about session.gc_maxlifetime in WHM -> MultiPHP INI Editor? If you make changes in MultiPHP INI Editor it can take some minutes until these settings work. (<15)
  4. serpent_driver

    Cant get exclude to work

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

    https://http3check.net/ -> missing SSL certificate

    Missing SSL certificate at https://http3check.net/
  6. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You mean more responsive, not responsible..... :)
  7. serpent_driver

    slow (PageSpeed Insights)

    You better should contact vBulletin support (forum). Rendering issues is not a LSWS issue and is responsible by vBulletin
  8. serpent_driver

    How to decrease server cpu load

    In WebAdmin check PHP Handler Defaults > Max Connections in PHP Tab. For 8 core CPU setting should be ~ 35 - 40. Maybe it helps....
  9. serpent_driver

    All in one wp migration now entire site broken

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

    Setting "Vary: Accept-Encoding" header using .htaccess

    Cache header will automatically be set if LSCache is used. No Cache - No Header - No Header - No Cache. You need either a cache plugin or at least .htaccess rewrite rules to enable LSCache.
  11. serpent_driver

    PageSpeed: reduce initial server response time

    Pagespeed Insight doesn't measure the page load time. It measures the time how long it takes to display after all data has been transfered to the client. That is something complete different as the page load time. If you want to check you server speed you must use other analyze tools but not...
  12. serpent_driver

    PageSpeed: reduce initial server response time

    Remove everything from Google and you will get a much better score. This is not a LSWS issue!
  13. serpent_driver

    Purge cache problem

    For your information: OLS has some restrictions in comparison to LSWS Enterprise. A restriction can be a delay when cache will be purged. This seems to be undocumented. Another user of OLS reported this and got this information from his hosting provider. Maybe this could cause your issue
  14. serpent_driver

    Purge cache problem

    1.) To purge cache by tag page must be cached with tag first. If cache is purged you must see tag name in response header. 2.) Replace this header with a test header like: return response()->json('', 200, [ 'Testheader' => 'test']); and check response header if you request login page. If test...
  15. serpent_driver

    Purge cache problem

    Have you excluded login/logout/register/signin from being cached?
  16. serpent_driver

    Purge cache problem

    Now it is proofed and it works. That means your code is wrong. You better should contact Laravel support to get help.
  17. serpent_driver

    Purge cache problem

    Says who? You or staff from OLS? You can verify it. Create an empty PHP file and execute it with header: header('X-LiteSpeed-Purge:stale,*');
  18. serpent_driver

    Purge not working with Guzzle

    Dann sag denen mal einen schönen Gruß, dass ich deren LiteSpeed Angebot demnächst mal etwas erweitern möchte. :)
  19. serpent_driver

    Purge not working with Guzzle

    Have you already tried to purge cache by URL? Same syntax but with URL instead: header('X-LiteSpeed-Purge: /aktivitaeten/fritigs-maetschli'); If this also doesn't work something is wrong how you set header in Guzzle. Btw. Where do your host your page in Switzerland?
Top