Message The active element <div> </ div> and located too close to other active elements.
--
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/de68629e-6cc4-4643-9142-0ae88c8aa2eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Try using requestAnimationFrame and window.setTimeout(0) as shown on the OptimizeCSSDelivery example. That code shows how to load the non-critical CSS after the page shows up, but you can hack the body of loadDeferredStyles() in that example with something that will bring up the maps API rather than (or in addition to) loading the CSS.
I haven't tried this, but it would be great to see if that worked for you, and it wouldn't add an arbitrary 5 second delay. It will try to load the maps API after the page shows up.
On May 16, 2016 12:14 PM, "Марк Кричевский" <eno...@gmail.com> wrote:
--$(window).load(function() {setTimeout(function(){init();}, 5000);});NOPE =(
понедельник, 16 мая 2016 г., 20:04:37 UTC+4 пользователь Rick Steinwand написал:You'll need a couple seconds delay so PSI thinks the page is done.
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-discuss+unsub...@googlegroups.com.
I think you both talk about page speed, not mobile usabilitty google rank? How load map after document can helps with this?
Screenshot in attachment
понедельник, 16 мая 2016 г., 20:49:45 UTC+4 пользователь Joshua Marantz написал:
Try using requestAnimationFrame and window.setTimeout(0) as shown on the OptimizeCSSDelivery example. That code shows how to load the non-critical CSS after the page shows up, but you can hack the body of loadDeferredStyles() in that example with something that will bring up the maps API rather than (or in addition to) loading the CSS.
I haven't tried this, but it would be great to see if that worked for you, and it wouldn't add an arbitrary 5 second delay. It will try to load the maps API after the page shows up.
On May 16, 2016 12:14 PM, "Марк Кричевский" <eno...@gmail.com> wrote:
--$(window).load(function() {setTimeout(function(){init();}, 5000);});NOPE =(
понедельник, 16 мая 2016 г., 20:04:37 UTC+4 пользователь Rick Steinwand написал:You'll need a couple seconds delay so PSI thinks the page is done.
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/de68629e-6cc4-4643-9142-0ae88c8aa2eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/af617362-5959-48ac-a73d-9a8a15cbe613%40googlegroups.com.
You got a 99/100 for usability and an 80/100 for performance, with the primary issue being blocking css/javascript. So it seems to me like you want to spend some time on performance, and worry about the 1 extra point later, or in parallel.
I pointed you to the page that shows you exactly how to solve blocking on external CSS, and I suggested you can extend it to avoid blocking on external JS.What else are you looking for?-Josh
On Mon, May 16, 2016 at 2:04 PM, Марк Кричевский <eno...@gmail.com> wrote:
I think you both talk about page speed, not mobile usabilitty google rank? How load map after document can helps with this?
Screenshot in attachment
понедельник, 16 мая 2016 г., 20:49:45 UTC+4 пользователь Joshua Marantz написал:
Try using requestAnimationFrame and window.setTimeout(0) as shown on the OptimizeCSSDelivery example. That code shows how to load the non-critical CSS after the page shows up, but you can hack the body of loadDeferredStyles() in that example with something that will bring up the maps API rather than (or in addition to) loading the CSS.
I haven't tried this, but it would be great to see if that worked for you, and it wouldn't add an arbitrary 5 second delay. It will try to load the maps API after the page shows up.
On May 16, 2016 12:14 PM, "Марк Кричевский" <eno...@gmail.com> wrote:
--$(window).load(function() {setTimeout(function(){init();}, 5000);});NOPE =(
понедельник, 16 мая 2016 г., 20:04:37 UTC+4 пользователь Rick Steinwand написал:You'll need a couple seconds delay so PSI thinks the page is done.
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-discuss+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pagespeed-insights-discuss/de68629e-6cc4-4643-9142-0ae88c8aa2eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "pagespeed-insights-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pagespeed-insights-discuss+unsub...@googlegroups.com.