Tishu
Forum Replies Created
-
Hello @m0h4mm4d,
Lets start with the fact that there is no php configuration for every website. Actually is opposite – php/server is configurate base on the website. For example some websites may use more php resources, some may use more mysql resources and etc.
Yes there are some general advices like – use php 7.2, use https protocol, optimize the website code but at the end you need to see what your page need. Try thinks like memcached/redis, CDN, investigate wordpress load time (tool like wp profiler) can really help.
Forum: Plugins
In reply to: [LiteSpeed Cache] GZIP compressionHello,
If you are using Litespeed webserver the gzip is controlled from the webadmin. If you have access please go to Litespeed webadmin -> Configuration -> Tuning tab.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to use Crawler as a CPanel cronjob?Hello,
If your provider did not allow crawler there is no chance that you can use it. Better contact your provider for that.
Forum: Plugins
In reply to: [LiteSpeed Cache] Notified LiteSpeed Web Server to purge all LSCache entriesHello again,
We have 3 cases when the cache will be purge when menus are edited. They are:
wp_create_nav_menu
wp_update_nav_menu
wp_delete_nav_menuIf some plugin access them purge will be trigger but you can exclude that from Litespeed cache -> Settings -> Advanced tab but still recommend to see what plugin trigger this. As you can see the purge has to be trigger only on create/update and delete menus.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image WebP Replacement on already optimized imagesHello again,
Check in Litespeed cache -> Settings -> Media -> WebP For Extra srcset. Has to be On.
Forum: Plugins
In reply to: [LiteSpeed Cache] Can’t use Lightspeed image optim anymoreHello,
Can you post the report number (only the number).
Forum: Plugins
In reply to: [LiteSpeed Cache] Image WebP Replacement on already optimized imagesHello,
Are the webp images in wp-content/uploads/year/month/day/same name as jpeg.wepb?
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimization Settings (Minify) not workingHello again,
Please create a ticket through our client area or by sending email to [email protected]
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimization Settings (Minify) not workingHello again,
This is from wp-admin and its not giving information. When you activate debug mode, clear cache and load some front end page. After that search for “[Optm]” tag in the log.
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimization Settings (Minify) not workingHello,
So go to wordpress admin area -> Litespeed cache -> settings -> debug. Turn debug on and load your page with clear cache.
After that check debug log (in wordpress admin -> litespeed cache -> debug) for more information.
Forum: Plugins
In reply to: [LiteSpeed Cache] Commentator WordPress Plugin mismatchJust to note that the last update for this plugin is from “2016, May, 18” but if the author will update it he can use this wiki for our API:
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:api
Forum: Plugins
In reply to: [LiteSpeed Cache] Image Optimization ProblemHello again,
Thanks for the number.
So can you contact your hosting provider to check the connection to our image server (they are in the link in the first post from @qtwrk ).
Forum: Plugins
In reply to: [LiteSpeed Cache] Image OptimizationHello again,
So i do not see error from the server side and images are optimize right?
Forum: Plugins
In reply to: [LiteSpeed Cache] Notified LiteSpeed Web Server to purge all LSCache entriesHello,
Are you making changes when you see this message (edit, change settings and save)?
Forum: Plugins
In reply to: [LiteSpeed Cache] Image OptimizationHi @hmsre
Can you run 2 tests:
1. Disable object cache, clear all cache and test.
2. If its not working again, clear you htaccess file with only default wordpress and litespeed cache rules, clear all cache and test.