In consolidating and creating functions i've increased the SQL over double of what they were. #31
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?
When consolidating everything the query count pretty much nearly trippled for some reason.
.. apparently it's more then just the consolidation with the SQL queries, blah
I was using in_comic_category() far too often apparently, now i'm sending $is_comic to the individual functions and having it check in the one display_post.
Ideally, is_comic_category() should be using the WP Cache functions to store its outputs, and I'm pretty sure it isn't. I would prefer the cached use of in_comic_category() to another variable to be passed around.