arachon
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Complete cache getting wiped periodicallyWe have a similar problem – please read here:
https://ww.wp.xz.cn/support/topic/single-page-edited-full-cache-deleted/If we edit a page the plugin deletes all pages of the same hierarchy level instead of the single page.
Example:
http://www.example.com/folder/blogpost-1
http://www.example.com/folder/blogpost-2
http://www.example.com/folder/blogpost-3If we edit blogpost-2 all posts of this hierarchy level are deleted (i.e. http://www.example.com/folder/* instead of http://www.example.com/folder/blogpost-2)…
Forum: Plugins
In reply to: [Cache Enabler] Single Page Edited – Full Cache DeletedYes, “Clear cache: Page specific” is also enabled for the homepage (otherwise all files would be deleted from the cache).
At the moment, editing the DE home page deletes all pages of that specific hierarchy level, for example:
– /
– /blog/
– /contact-us/
– /de/
– /de/abc/
– /de/abc/123/
– /de/abc/234/
– /de/abc/sub/xyzEditing the /de/ homepage deletes all files at /de/ level (=> /de/* and /de/) instead of /de/ only. It leaves the other files (main home page / plus /blog/ plus /contact-us/) in other directories in the cache (which is correct)…
Forum: Plugins
In reply to: [Cache Enabler] Single Page Edited – Full Cache DeletedThanks for the ultra-quick response 🙂
Seems I have missed that option – it works for most of the pags now, but one small issue still exists:
We are using the WPML plugin for different language versions of our WP install.
The permalink structure is like this:
http://www.example.net/ -> Main (English) home page
http://www.example.net/de/ -> German home page
http://www.example.net/de/xyz/ -> some other German pages
etc.If I edit the German home page all German pages in the cache are lost – instead of only the home page:
WRONG: delete /de/* + /de/ from cache
CORRECT: delete /de/index.html + /de/index.html.gz from cacheCould you please check ?
Thanks a lot !
Greetz
ChrisForum: Plugins
In reply to: [Autoptimize] Wrong file name / CSS ImageThanks for the quick response !
And a BIG THANK YOU for your work !!!!!
Forum: Plugins
In reply to: [Autoptimize] Change directory for cached files does not workThat was the trick – I moved the two lines from the end to the beginning of wp-config.php – now it works !
Thanks for the great support (and the awesome plugin) !!!