Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Is there anyone that can tell me why this is happening?
Even if the cache was expiring the files would remain until someone accesses that page which would then update the stale cache file.
So I cannot work out why the cache size would drop and cached files vanish too?
I have resolved this by removing the cookie from the plugin for now.
I do have a question about the way the cache is working though, if I watch the size of the cache I can see that it is growing then shrinking in size over random amounts of time depending on requests to the server.
This is...
Update...
I have tried entering the cookie into the Cache requests with cookies field as follows:
cntctfrm_send_mail
_cntctfrm_send_mail
cntctfrm_send_mail=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0
But no matter how it is entered it is still stopping caching, any advice on...
You are a life saver.
I found this:
Set-Cookie: cntctfrm_send_mail=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0
Which is the cause all along, thank you so much for your help. It is working as expected now :)
Edit: Although adding cntctfrm_send_mail cookie to Cache requests with...
Hi,
Thanks I tried this, but it has made no change.
I have found something interesting, the nginx cache will only be created while I am using a cache plugin such as w3 total cache. I have to visit a page so it is cached by w3 then refresh and it will appear in the nginx cache.
This is not...
To add to this.
I just setup a dummy wordpress site under a spare domain, enabled nginx cache and it works totally fine. I can see the files generated in the cache folder instantly.
Hello,
I have turned up nginx cache on my Wordpress website in Plesk but it will not create any cache files at all.
Oddly if I enable a third party cache plugin within Wordpress at the same time as Nginx cache, Nginx cache will grab a cached version of the homepage only if I am lucky but that...