@Michael A.
Thank you for your reply.
It took a lot of work but I got 100% results in almost all factors.
Thank you for your reply.
It took a lot of work but I got 100% results in almost all factors.
There are three things being flagged in the screenshot; lack of compression, lack of deferred Javascript, and remote Javascript (not necessarily flagged, but it performs slower than local files).Not sure I got what you said. Do you mean not using Google for page speed testing?
Not yet but I've been able to put a good amount of work into a solution since the start of the new year. Hopeful to be able to achieve something useful through ESI in the near future.@Michael A. have you found any solution to this? https://xenforo.com/community/threa...sh-the-page-and-try-again.217535/post-1657259
I'm on Plesk![]()
lscache
directory that you can empty in /home/$user/lscache
. Just be aware that this will also clear the cache for any other sites this user caches with LiteSpeed/lscache plugins.If you clear that directory then yes, any WordPress sites for that user would also have their cache files removed resulting in a cache miss the next time someone visits the site and hits the backend server.Thanks, Michael.
So if I clear the cache on WordPress, does it happen the same?
Yep, that's what I meant.Additionally, in case I misunderstood your question, I don't think that clearing the cache through our WordPress plugin will have an effect on XenForo cached files.
It should work with 2.3 without issue. Harder to say for 3.x until I can get some hands on time with it.
This doesn't seem to be working for me on 2.3 final release.
Any chance for some clarification on the matter?
# LiteSpeed XenForo cache
<IfModule litespeed>
CacheLookup public on
RewriteEngine On
# cache
RewriteCond %{HTTP_COOKIE} !(xf_lscxf_logged_in|xf_user|xf_session_admin) [NC]
RewriteCond %{REQUEST_URI} !/install/ [NC]
RewriteRule .* - [E=Cache-Control:max-age=360,E="cache-vary:xf_style_id,xf_language_id"]
# no cache
RewriteCond %{HTTP_COOKIE} (xf_lscxf_logged_in|xf_user|xf_session_admin) [NC]
RewriteRule .* - [E=Cache-Control:vary=loggedin,E=Cache-Control:no-cache]
</IfModule>
I am not using the addon with anything until we get confirmation that the issues I have mentioned have been fixed as it caused my site to lose a lot of trafficHas anyone tried this plugin yet on XF 2.3?
Are you still using Litespeed with your XF installation, just without the plugin?I am not using the addon with anything until we get confirmation that the issues I have mentioned have been fixed as it caused my site to lose a lot of traffic
We use essential cookies to make this site work, and optional cookies to enhance your experience.