Open meliborn opened 9 years ago
Hi, It's strange. Can you check where the time is spent? Using Chrome's Debugger, you can "Collect JavaScript CPU Profile" (Profiles tab') for example.
85% of the time is spent in (idle). Can you check in the network panel that it's not the ajax request which takes 10s to load the first time?
Live example: I have ajax request after page load
So what the problem? I have ~40k markers. First time, when page loads it take ~10s to render it. But when I load page second time it render pretty fast (1s). I debugged it, and I'm pretty sure, that this is not waiting for request, it's js runtime. Any ideas?