Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    It seems like the bottleneck occurs before the page starts to download, which would indicate that it’s taking your server a long time to generate the page, before it starts sending it.

    Enabling a static page caching plugin like WP Super Cache should reduce that time significantly (for logged-out users).

    I also noticed that you have the [bgmp-list] shortcode on the page, but it’s commented out in HTML. Even though it’s not shown, it’s still contributing to the page-generation time and the download size, so it’s slowing everything down even though it’s not being used. Removing it should improve the speed a bit for logged-in users.

    For the page rendering time (once all the page has been downloaded), you could play around with the clustering options, so that fewer appear on the initial load, and the user has to zoom in to see more.

    Thread Starter kilian001

    (@kilian001)

    Thank you very much. It is working now!
    The super caching plugin is awesome.

    well done Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loading map long as hell’ is closed to new replies.