I’m using the Geolocation module to display a map of locations. I have about 550 locations to display currently and I need them all on my map. But whenever I try to show more than 300 results the page just comes out blank.
The marker’s tooltip contains data for the location clicked on. One of these data is an image lazyloaded through Blazy. Adding the image to the template reduces the number of results I can display to about a maximum of 50 before the page goes blank.
Weirdly, browsing the website with Firefox allows me to load way more results than browsing with any other browser.
I don’t have much leads on how to solve the issue other than it is very likely performance related. Any insight on how to display my whole 500+ locations and their image without getting a blank page?