Your current account does not have a support license assigned to it, do you have another account with a license?
WPEngine staging server may be under less than that live, meaning it will perform quicker.
You your listing your loading ~45 events, which means for each event your loading the event post, the datetimes assigned to the event, the tickets assigned to the event and any other details. Most of it within a single query (which is quicker than multiple queries) but it needs to join the tables together to do this.
The more data, the long it takes.
The higher load on the server, the longer it takes. I’m assuming you are on a shared hosting plan? Which means that your sharing resources across multiple sites on the server.
We ran a test also on other pages of our site and got a fast render time. Why is it in the only particular page, where we have an EventEspresso table we experience this?
Because you don’t pull as much data in on other pages.
For a single page your pulling a single post and its associated meta, maybe you’ll have widgets that display recent posts etc, but still not the amount of data needed for your event list.
Try limiting the event table to display 10 events and see if that make a difference.
Viewing 1 reply thread
The support post ‘Slow page render time’ 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.