Posted: November 13, 2015 at 1:45 pm
|
page=espresso_events is taking 30+ seconds to load, even though the Screen Options is set to only display 10 at a time. WordPress Version: Active Plugins: |
Hi there, Is this on a shared host or a VPS? Do you know how much memory is available for WordPress. Does your host limit the number of joins on a MySQL query? |
|
|
Shared; PHP memory limit = 256m; 30 seconds |
That seems to be quite a few plugins that are fairly resource intensive for a site on a shared host. Are all of them necessary to be active? For example, I see you have a payment gateway plugin that’s for WooCommerce, but WooCommerce isn’t active? Another thing you can do is move to a VPS so you’ll have more resources. |
|
|
Good catch on the Payment Gateway for WC… but we will actually be adding WC very soon. So we will need that one as well as all the others. I can suggest moving to another server, but it seems the only issues we’re experiencing are with EE. Everything else loads very quickly! |
I’m not sure there’s much I can do for you here. EE isn’t loading slowly on any of the testing sites I have access to, but they’re not hosted on shared servers though. One thing to keep in mind is Event Espresso can be a very resource intensive software program. It’s designed to keep track of a lot of data that’s organized across more than a few database tables. So for example, when you load up an admin list table that lists events, it’s pulling in information from the wp_posts table, as well as some custom tables that store information about the author, the venue, the event start (datetimes table), on sale date (tickets table), and number of registration. Pulling in all of this info onto one page calls for a number of JOINS, which your other plugins may not be called to do. |
|
The support post ‘Painfully slow’ 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.