We are showing that the admin-ajax.php script is running at high levels-is that from when we have our wp-admin page open, it’s constantly talking to the server?
We need to speed up our site – if we change our calendar to week view rather than month view, will that help?
And if we turn off featured images in the Calendar settings, will that help or will the script still try to pull those images?
We are showing that the admin-ajax.php script is running at high levels-is that from when we have our wp-admin page open, it’s constantly talking to the server?
admin-ajax.php constantly talking to the server will likely be the Heartbeat API, if thats the case I don’t recommend disabling it as it does server a purpose, but you can change its frequency to reduce the requests:
It will also help to load only upcoming events on the calendar pages. So for example if you have this shortcode on a page to show a calendar: [ESPRESSO_CALENDAR]
you can change that to be: [ESPRESSO_CALENDAR show_expired=false]
The support post ‘How to get site to load faster’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.