trmkr
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] “recently viewed products” not workingHello,
Thank you again!
Yes I added these cookie names in Cache -> Exclude -> Do not cache cookie list but it didn’t solve the problem. Therefore, I removed [woocommerce_recently_viewed] cookie from this list.
Regards.
Forum: Plugins
In reply to: [LiteSpeed Cache] “recently viewed products” not workingHello,
Thank you very much!
Is it ok if I add like this?
# BEGIN LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## <IfModule LiteSpeed> RewriteEngine on CacheLookup on RewriteRule .* - [E=Cache-Control:no-autoflush] RewriteRule \.litespeed_conf\.dat - [F,L] ### marker NOCACHE COOKIES start ### RewriteRule .* - [E=Cache-Vary:woocommerce_recently_viewed] RewriteCond %{HTTP_COOKIE} yith_wcwl_session_\* RewriteRule .* - [E=Cache-Control:no-cache] ### marker NOCACHE COOKIES end ###Also, this line didn’t work. Is it normal?
RewriteCond %{HTTP_COOKIE} yith_wcwl_session_\*|woocommerce_recently_viewedRegards
Forum: Plugins
In reply to: [PiWeb Cancel order / Refund request for WooCommerce] admin e-mail addressThank you very much!
Regards
Hi Arreane,
Thank you for your reply!
Is it possible to share my website privately?
Regards.
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Delay javascriptHi Asad,
Thank you for your reply!
I added these javascript files to exclusion list manually and the problem is solved for now. If I find anything more, I will let you know.
In addition to Debloat, Litespeed cache is active currently.
Regards
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Delay javascriptHi Asad,
Thank you for your quick reply!
I updated delay Load JS target and exclude settings as default (no custom settings) and refreshed cache. However, I see that isotope-js and supro-js are still delayed. You can see the details in the attached photos. I think, this situation existed before 1.1.4 but I just realized.
Optimize JS settings
Source codeRegards