[Plugin: WP Super Cache] Multiple directories for a given directory depending on
-
Notice that we have multiple directories created for a given post depending on the case used when linking to the post from a 3rd party site
https://mydomain.com/2010/11/10/Example-Post
-versus-
https://mydomain.com/2010/11/10/example-post
…will result in two directories being cached:
/wp-content/cache/supercached/mydomain.com/2010/11/10/Example-Post
-AND-
/wp-content/cache/supercached/mydomain.com/2010/11/10/example-post
More will be added depending on the creativity of the person linking to the site externally.
Is there anything that can be done to prevent this?
A similar issue we are seeing related to erroneous 3rd party links are when the URL is linked at the end of a sentence and a period is included:
Example:
I really like the website https://mydomain.com.
The result is 2 supercached subdirectories being created:
/wp-content/cache/supercached/mydomain.com
AND
/wp-content/cache/supercached/mydomain.com.
While these are not so much of an issue for smaller sites, for sites with significant volume this can create quite a duplication of server effort in trying to maintain multiple cached copies of the same posts.
Any suggestions on how best to handle this?
- The topic ‘[Plugin: WP Super Cache] Multiple directories for a given directory depending on’ is closed to new replies.