Skip Navigation

[Resolved] Display all posts on one map – managing loading

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by serenus 2 years ago.

Assisted by: Luo Yang.

Author
Posts
#2526603

Happy New Year, Toolset Team!

I am planning to hold a challenge. I am aiming to motivate as many users as possible (thousands) across the globe to post a photo with coordinates and some additional data. All the photo locations will be plotted on a single map (i.e., I do not want to limit the view and step through) with the photo on click. I will have 3 counters to display the number of locations and other data from the numeral fields.

Is there a good way to set this up and minimize loading time? I don't need to display the photo entries underneath the map until someone clicks on a marker to take a look at the entry. The map and the counters are the stars.

Thanks for your thoughts.

#2526865

Hello,

Toolset Maps plugin is using cached address:
https://toolset.com/course-lesson/data-caching-for-maps-addresses/
So it depends on your webserver capability to minimize loading time.

And for the image issue, you can try to add lazyload feature to the images, for example:
https://toolset.com/forums/topic/speeding-up-map-load-time-map-with-550-pins/#post-1508151

#2528877

Thanks for the tips and insight. Thank you!