I understand that there are many questions on leaflet performance issue but mine is slightly different. I want to render about 5k markers on a leaflet map. I already did it the regular way and I found it is way slower compared to Google Maps.
I'm looking for a way to render multiple markers without getting performance issues.
Is there a way to do this with Leaflet?
Update: I tried using circles and it is very fast as compare with a custom marker but I don't want to plot circles on the map. I want only custom markers on the map but it is very laggy.
Please suggest any way on that. Thanks in advance.