Google maps Javascript API very slow on IE 11 [closed]












1















We have a professional app that uses the Google maps Javascript API with the correct key. The call is done through an HTML page that invokes js scripts. Because it is fairly involved, with the placement of markers notably, I have created a very simple html document to test things, and that has the same slowness problems on IE 11. My computer is Win7 SP1 and is all up to date (DirectX included). If I open the html doc in Chrome, response times are acceptable. With IE 11, after just a few clicks to zoom in, zoom out, pan, etc., it will get stuck and take quite a long time to respond. I have not found any useful information about things to do besides checking for updates (as I said, everything is up to date). Users have been reporting this to me since Jan 15, 2019, but I have not been able to verify the exact date of the problem by myself. The "simplified" html doc is this:









<title>Simple Map</title>

<meta name="viewport" content="initial-scale=1.0">

<meta charset="utf-8">

<style>

#map {

height: 100%;

}

html, body {

height: 100%;

margin: 0;

padding: 0;

}

</style>






<div id="map"></div>

<script>

var map;

function initMap() {

map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8

});

}

</script>

<script src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxxxxxxx&callback=initMap"
async defer></script>






Many thanks in advance for any help you can provide.










share|improve this question













closed as off-topic by Ramhound, random Jan 21 at 16:59


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, random

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

    – manlio
    Jan 21 at 22:20
















1















We have a professional app that uses the Google maps Javascript API with the correct key. The call is done through an HTML page that invokes js scripts. Because it is fairly involved, with the placement of markers notably, I have created a very simple html document to test things, and that has the same slowness problems on IE 11. My computer is Win7 SP1 and is all up to date (DirectX included). If I open the html doc in Chrome, response times are acceptable. With IE 11, after just a few clicks to zoom in, zoom out, pan, etc., it will get stuck and take quite a long time to respond. I have not found any useful information about things to do besides checking for updates (as I said, everything is up to date). Users have been reporting this to me since Jan 15, 2019, but I have not been able to verify the exact date of the problem by myself. The "simplified" html doc is this:









<title>Simple Map</title>

<meta name="viewport" content="initial-scale=1.0">

<meta charset="utf-8">

<style>

#map {

height: 100%;

}

html, body {

height: 100%;

margin: 0;

padding: 0;

}

</style>






<div id="map"></div>

<script>

var map;

function initMap() {

map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8

});

}

</script>

<script src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxxxxxxx&callback=initMap"
async defer></script>






Many thanks in advance for any help you can provide.










share|improve this question













closed as off-topic by Ramhound, random Jan 21 at 16:59


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, random

If this question can be reworded to fit the rules in the help center, please edit the question.

















  • Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

    – manlio
    Jan 21 at 22:20














1












1








1


1






We have a professional app that uses the Google maps Javascript API with the correct key. The call is done through an HTML page that invokes js scripts. Because it is fairly involved, with the placement of markers notably, I have created a very simple html document to test things, and that has the same slowness problems on IE 11. My computer is Win7 SP1 and is all up to date (DirectX included). If I open the html doc in Chrome, response times are acceptable. With IE 11, after just a few clicks to zoom in, zoom out, pan, etc., it will get stuck and take quite a long time to respond. I have not found any useful information about things to do besides checking for updates (as I said, everything is up to date). Users have been reporting this to me since Jan 15, 2019, but I have not been able to verify the exact date of the problem by myself. The "simplified" html doc is this:









<title>Simple Map</title>

<meta name="viewport" content="initial-scale=1.0">

<meta charset="utf-8">

<style>

#map {

height: 100%;

}

html, body {

height: 100%;

margin: 0;

padding: 0;

}

</style>






<div id="map"></div>

<script>

var map;

function initMap() {

map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8

});

}

</script>

<script src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxxxxxxx&callback=initMap"
async defer></script>






Many thanks in advance for any help you can provide.










share|improve this question














We have a professional app that uses the Google maps Javascript API with the correct key. The call is done through an HTML page that invokes js scripts. Because it is fairly involved, with the placement of markers notably, I have created a very simple html document to test things, and that has the same slowness problems on IE 11. My computer is Win7 SP1 and is all up to date (DirectX included). If I open the html doc in Chrome, response times are acceptable. With IE 11, after just a few clicks to zoom in, zoom out, pan, etc., it will get stuck and take quite a long time to respond. I have not found any useful information about things to do besides checking for updates (as I said, everything is up to date). Users have been reporting this to me since Jan 15, 2019, but I have not been able to verify the exact date of the problem by myself. The "simplified" html doc is this:









<title>Simple Map</title>

<meta name="viewport" content="initial-scale=1.0">

<meta charset="utf-8">

<style>

#map {

height: 100%;

}

html, body {

height: 100%;

margin: 0;

padding: 0;

}

</style>






<div id="map"></div>

<script>

var map;

function initMap() {

map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8

});

}

</script>

<script src="https://maps.googleapis.com/maps/api/js?key=xxxxxxxxxxxxxxx&callback=initMap"
async defer></script>






Many thanks in advance for any help you can provide.







performance javascript internet-explorer-11 api






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 21 at 8:59









Laure S.Laure S.

61




61




closed as off-topic by Ramhound, random Jan 21 at 16:59


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, random

If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by Ramhound, random Jan 21 at 16:59


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question is not about computer hardware or software, within the scope defined in the help center." – Ramhound, random

If this question can be reworded to fit the rules in the help center, please edit the question.













  • Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

    – manlio
    Jan 21 at 22:20



















  • Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

    – manlio
    Jan 21 at 22:20

















Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

– manlio
Jan 21 at 22:20





Same problem here. You could keep an eye on stackoverflow.com/q/54293430/3235496

– manlio
Jan 21 at 22:20










1 Answer
1






active

oldest

votes


















-1














we've experienced similar problems in the last few days. To solve it we've forced Google Maps API version 3.34 instead of 3.35 (which should be the last one).






share|improve this answer
























  • Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

    – Laure S.
    Jan 23 at 7:27











  • I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

    – Laure S.
    Jan 23 at 9:48


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














we've experienced similar problems in the last few days. To solve it we've forced Google Maps API version 3.34 instead of 3.35 (which should be the last one).






share|improve this answer
























  • Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

    – Laure S.
    Jan 23 at 7:27











  • I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

    – Laure S.
    Jan 23 at 9:48
















-1














we've experienced similar problems in the last few days. To solve it we've forced Google Maps API version 3.34 instead of 3.35 (which should be the last one).






share|improve this answer
























  • Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

    – Laure S.
    Jan 23 at 7:27











  • I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

    – Laure S.
    Jan 23 at 9:48














-1












-1








-1







we've experienced similar problems in the last few days. To solve it we've forced Google Maps API version 3.34 instead of 3.35 (which should be the last one).






share|improve this answer













we've experienced similar problems in the last few days. To solve it we've forced Google Maps API version 3.34 instead of 3.35 (which should be the last one).







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 21 at 15:17









Gianluca AlfonzoGianluca Alfonzo

1




1













  • Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

    – Laure S.
    Jan 23 at 7:27











  • I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

    – Laure S.
    Jan 23 at 9:48



















  • Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

    – Laure S.
    Jan 23 at 7:27











  • I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

    – Laure S.
    Jan 23 at 9:48

















Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

– Laure S.
Jan 23 at 7:27





Thank you, I tried forcing the version (it was originally 3.19, identical problem as without any version, as with 3.35 or 3.34 specifically), but that didn't do it for me. I am also having the problem of my post marked off-topic and not knowing how to deal with that!

– Laure S.
Jan 23 at 7:27













I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

– Laure S.
Jan 23 at 9:48





I have found a solution that works for me: setting the version to 3.34 AND setting visibility off to the POI feature, labels element. I will add this to the Stackoverflow thread kindly pointed to by @manlio. Thank you.

– Laure S.
Jan 23 at 9:48



Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...