Hello Minesh,
Is there any way I can have the page load already with the map loading defered and showing a loading icon?
I have tested with pagination, then the speed is okay, but in the map not all markers are showing of course. So this is not a prefered solution.
Kind regards, hrbrt
I checked further and what I found is TTFB or waiting for server response takes almost 1.2 minutes.
Can you please try to check this on another server or get in touch with your hosting authority and check with them why it takes too long TTFB or waiting for server response.
yes, tested this locally. This is happening there too. Probably because it is getting all the markers (500+) and because of the dynamic filter on the map it is not caching in toolset views. I've checked the error logs and there are no messages.
Q: would it help/work if I enabled Reddis on the server?
It seems its due to you hae more than 600+ markers added on map and you also confirm that addingn pagination improves the performance.
You can check for slow queries by adding query monitor plugin and check if you can improve any query. You can also try to add plugin that supports whole page cache or enabled Reddis on the server and see if you able to see any improvement.
Can you please share admin access details and let me see.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
check-> 5 missing cache entries found. 5 cache entries processed.
That does not explain the too many requests error. As found in the documentation the map will not use cached entries if a filter is present. Am I correct?