Search results

  1. serpent_driver

    Litespeed max input Variable and memory limit

    Just create a blank PHP file and run it in browser. <?php phpinfo(); https://www.php.net/manual/en/function.phpinfo.php
  2. serpent_driver

    Litespeed max input Variable and memory limit

    To find the right location for global php.ini check phpinfo() and search for: Configuration File (php.ini) Path
  3. serpent_driver

    Litespeed max input Variable and memory limit

    You better should place a php.ini with custom php settings in the domain_root.
  4. serpent_driver

    Ultimate Addons login problem

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

    Litespeed max input Variable and memory limit

    Which server control panel do you use?
  6. serpent_driver

    Auto clear litespeed cache at 12:30am?

    I mean what happens to the cache? Check cache headers!
  7. serpent_driver

    Auto clear litespeed cache at 12:30am?

    What happens if you run clear.php in browser?
  8. serpent_driver

    joomla 3 modal login to logged after refresh

    ESI could be a solution: https://blog.litespeedtech.com/2018/07/10/using-esi-in-joomla/
  9. serpent_driver

    site loads and doesn't load weird issue

    It does load, but if page isn't cached your server is extrem slow, because your hosting isn't strong enough to handle Wordpress. Especially the installed cache plugin is outdated.
  10. serpent_driver

    Critical Problem

    https://wordpress.org/support/topic/critical-problem-wordpress/
  11. serpent_driver

    Cache TTL on External files

    Cache-Control for external files can't be controlled. # Set Cache Control Headers for Static Source <FilesMatch "\.(jpg|JPG|jpeg|webp|avif|jpe?g|woff|woff2|png|css|js|gif|swf|ico|ttf|eot|ico|js|mp4|webm|svg|json)$"> Header set Cache-Control "public,max-age=31536000" Header unset ETag...
  12. serpent_driver

    Litespeed crashed

    @lky For OLS use OLS forum. This forum is for LiteSpeed Enterprise only. https://forum.openlitespeed.org/
  13. serpent_driver

    Automatic conversion of JPG to WebP format

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

    Auto clear litespeed cache at 12:30am?

    Check the path to clear.php php /home/USER/public_html/clear.php "USER" must be an account name.
  15. serpent_driver

    Subtotal price and product count in elementor's header cart-menu won't sync

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

    Litespeed Cache break sites even when all the setting is off. - maybe a bug.

    Not a bug. Read this. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  17. serpent_driver

    Auto clear litespeed cache at 12:30am?

    Correct. This purges the entire cache. <?php header("X-LiteSpeed-Purge:*");
  18. serpent_driver

    Auto clear litespeed cache at 12:30am?

    Create a blank PHP page, place it in root directory where OC is installed and copy the code below into this PHP file. This purges the cache for the domain where OC is installed, but not the entire cache on your server. <?php $tag = substr(md5(__DIR__ . '/system/library/lscache'),0,4)...
  19. serpent_driver

    Exclude cookies does not seem to be working

    I doubt that makes sense. The feature to force caching assumes that there must be another cache policy preventing caching. You have found a solution by forcing caching, but this solution leads to new problems that can probably no longer be solved because in the end there are only exceptions and...
  20. serpent_driver

    Google maps is not showing on my page due to LiteSpeed Cache

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