rosstes
Forum Replies Created
-
Hi Masteusz
No, no error in log file, there was an error for another plugin, but not for yours. However I just used the Dev Tools and can see that the conversion has worked and the site is serving WebP files. Thank youHi,
I am also receiving this error. In my Dev Tools I can see several errors
relating to:
POST /wp-json/webp-converter/v1/regenerate?_wpnonce=c36cc298bc 503 VM1303:1Thank you Diabolo
I have updated the plugin on all 4 sites
Ross
Forum: Plugins
In reply to: [XT Event Widget for Social Events] Events not in chronological orderI have been able to fix this by adding some code to the file “class-xt-facebook-events-facebook.php”
In the function “render_facebook_event_listing” before the foreach loop I added the following code
function cb($a, $b) {
return strtotime($a->start_time) – strtotime($b->start_time);
}
usort($facebook_events, ‘cb’);Forum: Plugins
In reply to: [WP Fastest Cache] gzip compression not workingno, my url is thefairgo.com
Forum: Plugins
In reply to: [WP Fastest Cache] gzip compression not workingHi, thank you for a great plug-in, it’s made my site much, much faster
I am having a similar problem as the previous poster,
I have enabled GZip in WP Fastest Cache
but both gtmetrix.com and https://www.whatsmyip.org/http-compression-test/?url=aHR0cDovL3RoZWZhaXJnby5jb20=
are telling me that compression is not working on thefairgo website.
I can see the following in HTACCESS# BEGIN GzipWpFastestCache
<IfModule mod_deflate.c>
AddType x-font/woff .woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>
# END GzipWpFastestCacheAny advice you could give on how to improve this would be very appreciated
thank youThank you, does this apply to all pages when a user is logged in?
I would still like to cache pages as this speeds up page load significantly.
What I have done is used Exclude feature to exclude login and profile pages, and that is fine…
but I have articles where the first paragraph is public and sign up is required to see entire article, these are being cached in a way that nobody logged in can see the entire thing. I have tried Excluding Posts from the cache, but this is affecting the loading time for all users.
If you have any suggestions on what I can do to I would appreciate it.Hello Emre,
I have been trying to solve this same problem.
When a user is logged in they cannot see the gated information and told they need to login / register to see the content.
Also appears to cache user information, so when one goes to view their profile they see another users information.
The Fastest Cache plugin works really great, it’s sped up our site greatly and would love to continue to use it if I can overcome these issues.
Thanks
Ross