Posted: March 2, 2015 at 3:26 am
|
Hey guys, It seems te second to last update is causing issues on our website. Since, we have problems with the server load and only when EE4 is enabled. Basically the server load jumps so high (adding 80-90%) and the whole website becomes unavailable (DB connection errors). After I disable EE it drops back to normal operating loads and everything is fine again. How can we resolve this the best way? I can provide login information, and I can ask my host for logs, what would work best here? Cheers, |
Hi there, A quick way to possibly find out the cause of the load increase is enable WP_DEBUG (and you can enable logging only so the errors do not display on the site) with EE4 activated, then check the log file in wp-content/debug.log. |
|
|
It runs about half a minute, and then we get this: Followed by a bunch of Currently running 4.6.12.p I saw an update message, which has magically disappeared too. Can I update by *just* uploading 13.p? I might also note that previously I saw a bunch of these messages:
Basically for every EE table I could see. And as we didn’t restore any backups it confused me so I removed the notices. |
Hi there, It may be the database warning has to do with the database connection issues right now. What could happen is the request that setup the database had a connection issue after setting up some tables; and then on the next request it tried to set up the tables again. May I ask where you saw those messages? We may be able to find out more information about what’s causing the database connection issues if you can send FTP + WP admin credentials. If that works for you, please send temporary credentials via the contact form on this page: |
|
|
Hey Josh, Please don’t debug by switching EE on, as it will cripple the server (getting those logs costed me half an hour of downtime). Thanks for your time and effort, really appreciated! |
Hi there, We’re not going to activate EE, so no worries there. One thing that you can do that may help is go into phpmyAdmin, and go into the wp_options table and do a search for an option name using the LIKE %…% operator for this value: ee_ssn. That will pull up quite a few transient records that you do not need, and those can be deleted. This will free up quite a bit of your options table and may help with the server load. The current version of EE4.6 has a fix for those transients so they’ll correctly expire and garbage collection will kick in and automatically remove those. So you’ll only need to do this once before you update to the current version once you can activate EE again. |
|
|
YES! |
The support post ‘Serverload jumps up by 80% after enabling EE4’ 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.