LiteSpeed Technologies
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Error: get_cart_contents_count()Forum: Plugins
In reply to: [LiteSpeed Cache] Separated cache based on value from PHPHi @batooo,
Are the 404 pages generated by PHP? If not, you can just add rewrite rules to your rules section/.htaccess to rewrite the url to your 404 page.
If they _are_ generated by PHP, you can create your own rewrite rule similar to our mobile vary.
RewriteCond %{HTTP_USER_AGENT} USERAGENT_REGEX [NC] RewriteRule .* - [E=Cache-Control:vary=isrobot]This rewrite rule will tell the server to cache all pages with a user agent that matches USERAGENT_REGEX with the isrobot vary. You can put this rule somewhere within the <ifmodule LiteSpeed> block.
Let me know if any of these steps are confusing.
Cheers,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] Error: get_cart_contents_count()Hi @batooo
Do you recall what page you were viewing when you got that error?
We will try to reproduce it internally.
Thanks,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] Automatic cache primingHi @philbee,
It’s not in the cache yet, but we do intend to add it, hopefully by next release.
Cheers,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] Welcome window after install on multisite won’t go awayHi @mbwd,
The next release should address this issue. As it turns out, the issue was still present in the outgoing release, but we were able to find the root of the issue.
Thanks for reporting this! We should be releasing later today, unless other things are brought to our attention.
EDIT: Note – we typically wait until we are certain of the changes before adding it to the whm plugin list. If you want to upgrade the plugin yourself, you may do so. However, your server admin will not be able to update you to the new version him/herself. If you want a temporary fix, look in wp-content/plugins/litespeed-cache/admin/class-litespeed-cache-admin.php at the bottom of the admin_init function. You should see a line
LiteSpeed_Cache_Admin_Display::get_instance()->show_display_installed();Delete it and the message should disappear.Cheers,
Kevin- This reply was modified 9 years, 3 months ago by LiteSpeed Technologies.
Forum: Plugins
In reply to: [LiteSpeed Cache] Welcome window after install on multisite won’t go awayHi @mbwd,
Thanks for the quick reply. I’m interested in your site set up.
1. Is it subdomain or subdirectory?
2. How is the cache plugin activated? I believe by default, we only activate it on the main site (subsite)
3. Where did you find and dismiss the warning? Where does it pop up?Thanks,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] Welcome window after install on multisite won’t go awayHi @mbwd
Apologies for the inconvenience. We actually made some recent changes to that logic that we planned on releasing today.
We will see if we can figure out what’s wrong. In the meantime, could you describe what your set up looks like?
Cheers,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] Break the Divi WordPress admin panelHi @bheanloh,
Could you show us where it is broken?
Useful information:
A screenshot with the problem could help
Is it in the admin display only? During post preview? Any page?If it is possible, could you email me temporary access to your site so I can investigate it myself? EDIT: removed email
Cheers,
Kevin- This reply was modified 9 years, 4 months ago by LiteSpeed Technologies.
Forum: Plugins
In reply to: [LiteSpeed Cache] Browser cachingHi @johnc1979
This plugin only does the full page cache, integrating it with the server. Any browser caching will have to be added separately. You can try adding the following rules to your .htaccess.
Let me know if it works,
KevinExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/vnd.microsoft.icon "access plus 1 year" ExpiresByType application/font-woff "access plus 1 year" ExpiresByType application/x-font-woff "access plus 1 year" ExpiresByType application/vnd.ms-fontobject "access plus 1 year" ExpiresByType font/opentype "access plus 1 year" ExpiresByType font/ttf "access plus 1 year" ExpiresByType font/otf "access plus 1 year" ExpiresByType application/x-font-ttf "access plus 1 year" ExpiresByType application/x-font-otf "access plus 1 year"Forum: Plugins
In reply to: [LiteSpeed Cache] No cache-control on cached pageHi longnha,
Unfortunately, their cache will cause trouble. We use a tag based caching system. This enables us to quickly clear the cache of multiple pages as needed. Hypothetically, we could use their API to clear the correct pages, but that would defeat the purpose of our tagging system.
You could try disabling their cache on the pages themselves (the .php), and cache everything else. That should cause no trouble from our end.
Cheers,
KevinForum: Plugins
In reply to: [LiteSpeed Cache] No cache-control on cached pageHi longnha,
Could you explain specifically what you are looking for?
From what I understand, you need the litespeed server to have a cache control header in order to make sure that your service will NOT cache the page (and therefore updating when it needs to be updated)?
Let me know,
KevinForum: Everything else WordPress
In reply to: Plugin page displaying incorrectlyThanks guys!
Forum: Everything else WordPress
In reply to: Plugin page displaying incorrectlyAs far as I can tell, yes.
Forum: Reviews
In reply to: [LiteSpeed Cache] VERY happy customerEnack,
Thanks for the kind words! As always, if you need anything, just let us know!
Kevin
Forum: Reviews
In reply to: [LiteSpeed Cache] BestHi Gordon,
Thanks for the kind words! If you need any assistance, don’t hesitate to ask 🙂
Kevin