Excessive transients created that contain entire posts and comments
-
Within the last month, the number of transients being created has increased dramatically. No new plugins were installed and I disabled most of them to look for an effect.
These “new” transients have a couple of odd characteristics:
1. The wp-optimize plugin doesn’t “see” them. I did a SQL query (DELETE FROMwp_options
WHEREoption_name
LIKE (‘%\_transient\_%’)) finds a few transients but none of the “new” type.2. All of them expire exactly one month after they are created.
3. They contain the full text of posts, comments, and other site text in HTML.
4. The option name is identified by a long hex string (_transient_b73f56bed09336b0d29d243fc96d7fa9)
They are created very quickly. Prior to the start of this problem, transient growth was slow and easily managed. Now, transients grow at a rate of over 15,000 a day.
The plugin Transient Cleaner will delete all if I run it manually.
I’m not sure but this problem may have started with version 4.5.3. I’ve tried all the obvious (i.e.: deactivate plugins) ways to find the root cause.
Any thoughts?
- The topic ‘Excessive transients created that contain entire posts and comments’ is closed to new replies.