Tell us what you are trying to do?
I have more than 4000 users (and this will increase). I use toolset maps to plot the addresses of these users in one map. Since the page is heavy because of more than 4k addresses, it crashes all the time . Can I load the map and the markers (with users' data) through ajax to avoid crashing? If not, can you suggest other solution? Thank you!
Hello. Thank you for contacting the Toolset support.
Loading 4k posts on one page is too much, even if you exclude Toolset and try to load 4k posts on single page even that simple page will also crash.
The only solution to this is you should add pagination to your view so rather displaying all 4k users at a time you can maybe set the pagination to display 100 users at a time.
Thank you for the reply! We’re hoping to plot all the assessors' locations on one map so visitors can easily see which assessors are closest to them. If only 100 locations are shown per page, users might not see the closest assessors right away, as some of the nearest ones may be on subsequent pages. This would require them to click through multiple pages, which could be frustrating and inefficient. Additionally, we want to display the total number of assessors plotted on the map so visitors can understand the vastness of the available assessors.