Search results

  1. serpent_driver

    dyn processor over limit

    @leekle In order to determine the load on a server, it is not enough just to check the CPU load. It's about the so-called SysLoadAverage and it takes into account all the factors that can affect the load. Regardless of that, and at least you know that, the cache plugin for Wordpress is a...
  2. serpent_driver

    dyn processor over limit

    Sorry to say that, but your VPS isn't strong enough. 2 "virtual" CPU and 2 "virtual" GB isn't enough to run Wordpress. You should take a closer look at your load. For this I recommend PhpSysInfo to check what is going on on your server. https://phpsysinfo.github.io/phpsysinfo/
  3. serpent_driver

    dyn processor over limit

    You are using a "stupid" crawler script. Stupid means it doesn't care about the load and anything else, because it hasn't any kind of detection that can detect the load. That basically is the reason why you could you get this error message. In specific case with requests from Googlebot...
  4. serpent_driver

    Improve TTFB?

    Any CDN is only as good/fast as the CDN has the content cached/copied. If it isn't cached or copied the request goes to the origin (your host) host. This this the basical prinzip of any CDN regardless of quic.cloud, so whenever you check the speed at GtMetrix or any other pages for testing you...
  5. serpent_driver

    Link photo preview of my site not showing on WhatsApp

    Basically if you have cache plugin for Wordpress installed, please use Wordpress support page for WP cache plugin. This forum doesn't support cache plugin for Wordpress any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ If you have...
  6. serpent_driver

    dyn processor over limit

    @leekle FYI: Cache plugin for Wordpress is known as a perfomance killer, atleast a page isn't cached|optimized. It causes a higer load due database requests. This especailly happens if the build-in crawler is executed, but the load depends on your plugin settings. The more you enable the higher...
  7. serpent_driver

    Could I use modsecurity on litespeed(enterprise) and openlitespeed?

    @farahtung It seems you have only problems with OLS, so for modsecurity and OLS you should use OLS forum. This forum is for LSWS only. https://forum.openlitespeed.org/
  8. serpent_driver

    Site kit Error: The response is not a valid JSON response." due to Litespeed

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

    Wordpress Admin Very Slow

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

    FIXED: Getting Fatal error: Uncaught Error: Call to undefined function LiteSpeed\parse_ini_file()

    Whenever you have any Wordpress and cache plugin related issues read this before: https://www.litespeedtech.com/support/forum/forums/litespeed-cache-plugin-for-wordpress.37/
  11. serpent_driver

    Cache expires wordpeess

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

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    If you have still problems use LiteSpeed Slack https://www.litespeedtech.com/slack, where you can report your issue directly to the developers who are responsible for Joomla plugin. Tag @Wuhua at LiteSpeed
  13. serpent_driver

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Really? Did you only modify affected code or did you update plugin? All other users state that the problem would have been fixed by the update.
  14. serpent_driver

    With PHP8.x I get "An error has occurred. Attempt to assign property "id" on null"

    Forum search is your friend. ;) https://www.litespeedtech.com/support/forum/threads/php-warning-attempt-to-read-property-id-on-null.21087/ This issue has already been fixed for Joomla4 : https://github.com/litespeedtech/lscache-joomla/commit/eea5988a3715b1ca06e53a09d85a6eee242a7e51
  15. serpent_driver

    Domain key issue facing

    @BarryHawkins If you have Wordpress read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  16. serpent_driver

    Litespeed cache affected my cart (Woocommerce)

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

    Missing semicolon in LiteSpeed-generated UCSS files

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

    PHP Warning: Attempt to read property "id" on null

    @DJBenz It shouldn't surprise you if a similar problem occurs again after an update has fixed a problem. Just be consistent and report back if there are any new bugs. Unfortunately, the adjustments to PHP 8.x are tedious. With PHP 8.x, programmers should be guided to program more cleanly.
  19. serpent_driver

    PHP Warning: Attempt to read property "id" on null

    Same procedure as before. :) This is the result of only limited PHP 8 compatibility, but without any significant functional consequences. You can either ignore this warning or use ini_set('ignore_repeated_errors', True); to prevent the repeated writing of this warning until there is an update.
Top