Ensure use of WP Cache functions in database-intensive code #37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Any code that is database-intensive should be using WP Cache functions to store outputs for later use. Keep in mind that other functions that these functions are calling may be caching their own data outputs, so don't overdo the caching.
in_comic_category() is such a candidate for the setting up of WP Caching.
comicpress_is_member() would be nice to have using this as well, it basically is like in_comic_category() where it checks in quite a lot of places