Page 1 of 1

Google speed test..

Posted: Sat Feb 23, 2019 1:19 am
by Lasa
Any idea why the desktop would get a 91 and the mobile a 40?
the first content paint on the desktop is 1.2 seconds and the first content on the mobile is 6.o seconds?
I thought is used the same objects?
Cheers
Lasa

Re: Google speed test..

Posted: Sat Feb 23, 2019 1:40 am
by Lasa
How to eliminate render blocking resources?...

Re: Google speed test..

Posted: Sat Feb 23, 2019 7:54 am
by Pablo
Without more details it will be difficult to say anything meaningful about this.

Re: Google speed test..

Posted: Sat Feb 23, 2019 9:22 pm
by Lasa
Hi Pablo,

Does this help? The test was on www.brusaproducts.com don't know if its real world issues or just benchmark gibberish.

Your page has 8 blocking script resources and 6 blocking CSS resources. This causes a delay in rendering your page.

None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.

Remove render-blocking JavaScript:

https://brusaproducts.com/jquery-1.12.4.min.js

https://brusaproducts.com/scrollspy.min.js

https://brusaproducts.com/jquery-ui.min.js

https://brusaproducts.com/wb.carousel.effects.min.js

https://brusaproducts.com/wb.lazyload.min.js

https://brusaproducts.com/wb.carousel.min.js

https://brusaproducts.com/wb.animatetext.min.js

https://brusaproducts.com/wwb14.min.js

Optimize CSS Delivery of the following:

https://brusaproducts.com/font-awesome.min.css

https://fonts.googleapis.com/css?family=Raleway

https://fonts.googleapis.com/css?family=Roboto

https://fonts.googleapis.com/css?family=Open+Sans:300

https://brusaproducts.com/brusa0015.css

https://brusaproducts.com/index.css

Re: Google speed test..

Posted: Sun Feb 24, 2019 8:31 am
by Pablo
You can enable 'move JavaScript to the end of the page' in Tools->Options->HTML
But be careful with this because not all (third party) scripts do support his. See also the help.

Re: Google speed test..

Posted: Sun Feb 24, 2019 11:52 am
by Lasa
Wow Had not seen that! Very cool!
I just tested the move javascript to end of the page...tested everything and it seemed ok going to make sure.
it seems to be reversible in case it doesn't. Is that correct?
Also I saw formatting default and minify... if minify is implemented is it reversible as well?
Cheers,
Lasa

Re: Google speed test..

Posted: Sun Feb 24, 2019 12:40 pm
by Pablo
it seems to be reversible in case it doesn't. Is that correct?
Correct
Also I saw formatting default and minify... if minify is implemented is it reversible as well?
yes

Re: Google speed test..

Posted: Sun Feb 24, 2019 1:21 pm
by Lasa
This is an awesome program!
Thanks!
Lasa