How do I manage lots of exclusions
-
Hi. I’ve got a site using another caching plugin which is overkill, we want none of their features, so we thought we’d switch to CE. I only have to move over their 25 cache excluded URLs.
Your exclusion list features are a list of IDs, or a regex URL field. I can do both, but:
1. If I use the ID list, I enter for example
21,22,26,50,52,33
. The next time I want to remove a page from that list I will have to look up the ID. For me that’s annoying. For my client that’s very hard.2. If I use the regex URL field, how would you I enter 25 URL’s in there while keeping it readable/maintainable? It’s a textfield so that line will get very long.
3. As the developer for the client I could manage the exclusions with a PHP hook, without an interface. Not ideal, but an option. Is there such a hook? I couldn’t find it in the docs or source code.
How do you suggest managing a large number of exclusions?
- The topic ‘How do I manage lots of exclusions’ is closed to new replies.