Posted: March 3, 2015 at 8:57 am
|
Our ISP has just had to clean up some SQL and purged over 1 gb of transient data. They said the following: event-espresso-core-reg is the plugin causing all the transient data entries and seems to have been installed around February 17th. The also identified this particular code: event-espresso-core-reg/core/EE_Session.core.php: return set_transient( ‘ee_ssn_’ . $this->_sid, $session_data, $this->_expiration ) ? TRUE : FALSE; I recall around that time a new version of EE4 that did not display correctly in IE so you provided some code to add to a custom CSS, which we did. We had also had an authentication issue that was corrected around the same time. We are currently running EE 4.6.8p. I have not updated to the newest, since we had such difficulty with the last update and are currently running registration for an event that we do not want to interrupt. Can you shed some light on these transient data entries? Is this excessive or normal activity for EE? Is there something added or set incorrectly? Thank you. |
Hi there, The old transients were from older versions of EE4. There was a garbage collection feature that should have removed all those. If you look in the wp_options table now, are new transients being added that have ee_ssn_ in the option name? |
|
|
The IT folks say that there is something in there now, but I can’t show you without cutting and pasting the lines. Here’s the first and last of 21 lines out of the file: They also asked about whether the option value is the expiry time? |
|
Further explanation from the ISP: He had purged all the transient data. What I sent previously is from today only. Just as a comparison here a complete list of todays transients timeouts [list not included due to limitations here], including some from the google analytics plugins. |
Hi there, Thanks for the detailed report. There will be a fix for the session transients not expiring in the next minor point release of EE4.6 (it will be version 4.6.14.p and it’s due to be released tomorrow). |
|
|
Hi Josh, I am replying to your question as to plugins active on our site. But I see that this sessions transients issue is part of a fix. So maybe the information below is moot… There are 15 active plugins on our site. They are: |
That’s correct. |
|
|
Hi Josh, I just want to follow up with you on the new version you mentioned coming out – 4.6.14.p. Is it a certainty that this has fixed the transient data issue? |
Hello, that fix is in Event Espresso 4.6.14. Here is a link to the changelog: https://eventespresso.com/wiki/ee4-changelog/#4.6.14 — |
|
The support post ‘Transient Data Entries problem’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.