Jump to content

Remove Google Maps header call


Xurxo DZ

Recommended Posts

Hi everyone!

 

I'm trying to reduce the loading time of my store. I detected this call in the header:

 

<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script>

 

Is there a way of removing it? In the header.tpl file I just found this:

 

{foreach from=$js_files item=js_uri}
<script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>
{/foreach}

 

I can't find what module/controller/whatever is inserting it... Any ideas?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...