Spirit Pixels
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesOk, I solved the problem. ??
I added in .htaccess the following code
<IfModule mod_expires.c> ExpiresActive on # Your document html ExpiresByType text/html "access plus 0 seconds" # Media: images, video, audio ExpiresByType audio/ogg "access plus 1 month" ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # CSS and JavaScript ExpiresByType application/javascript "access plus 1 week" ExpiresByType text/css "access plus 1 week" </IfModule>
Where is most important thing HTML expiry length. Please, just check the code if it does not interfere with regular plugin functions.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesIf just HTML wouldn’t get cached… Or if HTML would be cached for very small amount of time, for example 30 seconds.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesWell, checked now, the same thing happens even when HTML minification disabled.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesActually, while I am writing this I realise it must be because of HTML minification. Because, if HTML minification is chosen there is surely HTML caching as well.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesBut to be more precise: Users see the cached version of the page, if they previously clicked on the cached version. And then when they log in, cached version pops up for them, so they need to refresh.
If a user did not click and saw cached version, when logged in he WILL see uncached version.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesI am using Woocommerce, and WP Job Manager. So there are employer, and customer users.
Forum: Plugins
In reply to: [Cache Enabler] Logged in users see cached pagesYes, on the bottom of the page source there is
<!-- Cache Enabler by KeyCDN @ 10.11.2015 17:32:29 (html) -->
. It is the case even for me, as Admin.I am using Cache Enabler and CDN Enabler. Cache expiry is set to 24h, and cache minification is set to html. Also pre-compression is checked. But even without pre-compression it is the same.
Forum: Reviews
In reply to: [Cache Enabler] It works slightly, but not on e-commerce websites.It works great with Woocommerce on my websites.
Forum: Reviews
In reply to: [W3 Total Cache] Good, but too heavyI will tell you one, that is my number one currently … WP Fastest Cache. Just for cache and minifying, very light and does the job perfectly.