Posted: January 17, 2018 at 1:22 am
|
The page https://www.gatewaysonline.org/events/new-generation-of-leaders-brownstone-signature-event-2018/ is getting a grade of “F” from https://www.webpagetest.org/result/180117_NG_7fb6f7d0cc5f7cb9fa2e727ed6de875d/. The site is running on AZURE and other pages get an “A” on the test. I looked for some suggestions on your forum, but none helped. Thank you. |
Hi Lawrence, I took a quick look at your page and that page has a lot of ticket options, and each ticket option pulls quite a bit of data from the database. The page load can be sped up by reducing the number of queries to the database. One way to reduce the queries would be to remove each ticket’s show details section. That can be done by going to Event Espresso > Events > Templates, then set the “Show Ticket Details?” option to No. Then you could also try caching that page with an Azure compatible caching plugin. Caching will also speed up the page because instead of querying the database every time someone requests the page, it will serve a cached file. |
|
|
I cannot figure out how to turn the show ticket details off. |
It doesn’t look like you turned off the show details option. Are you sure that you’re editing the settings for that site? Maybe you made edits to the https://www.thebrownstoneny.org/ site’s settings? |
|
Just to confirm, the option you need to change is this one – http://take.ms/2SzY0 If you’ve cleared the cache and the show details link remains then it seems that option is still set to yes. |
|
|
I found the control and was able to set it properly on both thebrownstoneny.org and gatewaysonline.org Thank you very much for your help. |
|
The client is still livid that the form is so slow. Is there any way to get it to go faster? Other pages on the website load quickly enough, but the event page loads too slowly for him. |
You can also try caching that page with an Azure compatible caching plugin. Caching will also speed up the page because instead of querying the database every time someone requests the page, it will serve a cached file. |
|
|
The client is still very disappointed with the speed of the page. THank you. |
No, please do not compact or remove data from the database. I mentioned earlier, twice, about caching. Can you not cache the page so PHP doesn’t have to generate it with every request? |
|
|
I had already implemented the WP Super cache some time ago (AZURE recommends this plugin over the w3 cache plugin). Does the page https://www.gatewaysonline.org/events/new-generation-of-leaders-brownstone-signature-event-2018/ load quickly for you? |
That page isn’t being served from a cache. When WP Super Cache serves a page from the cache, it leaves a little html comment near the bottom of the page source like this:
Nothing like the above is present within the source of that page. |
|
|
I switched to expert mode, modified the .htaccess files as necessary, and tried again. Sometimes it was faster and sometimes not. The word “cache” as you indicated above does not appear in the source code, so I am confused. |
One thing about WP Super Cache is it has settings to configure it to serve cached file to known users or not. Which may be why it’s faster sometimes and then not. While caching can help, if the underlying issue is the server has some opportunities for tuning for better performance then that will require some more information which can involve these 3 points: 1. What are the specifications of the environment? e.g. how much CPU, how much Ram? What is the database? For what it’s worth, Event Espresso uses a standard Digital Ocean droplet to host its demo site (which is a Multisite network of 170 demo sites). Here’s an example demo site with a similar amount of tickets, can you see that it has no trouble with loading the page? |
|
|
Perhaps with more tweaking I could have made it work. Instead, the client abandoned AZURE and moved the site to wp-engine. Immediately the page began to load 10 times faster (about 6 seconds versus 60)! I have sent in my comments to AZURE about their performance. |
The support post ‘Single event display is exceedingly 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.