Google map loading speed

Hello , so i have noticed that google maps from wbbakery needs quite long time to load, which affects my website loading speed.

Have you encountered this problem?
Or is there any alternative?

Thanks.

Hello @sab4aa

The first thing to check is if there are javascript/jquery errors, which could make the page to load slower. This is how to check in the javascript browser’s console if there are errors: https://webmasters.stackexchange.com/a/77337

If there is no error in there, you should contact the plugin developer, they know better how to help with such issues.

1 Like

Hello,

  1. MINIFY JAVASCRIPT CODE FOR SMALLER FILE SIZES.
  2. OPTIMIZE IT!
    Optimization is a special type of JavaScript minification. This kind of minimizes not only delete unuseful white spaces, commas, comments etc. but also help to avoid ‘dead code’:
  • Google Closure Compiler
  • UglifyJS
  • Microsoft AJAX Minifier
  1. ASYNCHRONOUS LOADING OF JAVASCRIPT: DEFER AND ASYNC TAGS

Thanks & Regards,
TechTIQ Solutions

is there any tool that help to indicate such a this type of things.