Google speed test..

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Google speed test..

Post 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
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Google speed test..

Post by Lasa »

How to eliminate render blocking resources?...
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google speed test..

Post by Pablo »

Without more details it will be difficult to say anything meaningful about this.
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Google speed test..

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google speed test..

Post 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.
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Google speed test..

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Google speed test..

Post 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
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Google speed test..

Post by Lasa »

This is an awesome program!
Thanks!
Lasa
Post Reply