Dear Pablo,
one of things that makes site I made run slower is .js and .css recourses loading (jquery, google fonts).
How can I made them to load later?
bests
P
Faster page load
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Faster page load
You can make the page load faster by adding fewer scripts and fonts.
Re: Faster page load
Ok, but in this case I dont want to load fewer scripts/fonts.
I just don't want them to be loaded as first, most critcal elements.
P
I just don't want them to be loaded as first, most critcal elements.
P
Re: Faster page load
I would:
1. make sure you are minimizing your css and js codes.
2. set it so the .js code is at the end of your html code (not in the head). You can do the same for .css.
1. make sure you are minimizing your css and js codes.
2. set it so the .js code is at the end of your html code (not in the head). You can do the same for .css.
Re: Faster page load
Thank You crispy68.
Is there a way to make WWB – for example – move script loading and googlefont CSS to the end of html code?
P
Is there a way to make WWB – for example – move script loading and googlefont CSS to the end of html code?
P
Re: Faster page load
You can configure the HTML output in Tools -> Options -> HTML
Re: Faster page load
One more question. Is there a way to automaticly add &display=swap atribbute to google fonts?
Re: Faster page load
I'm sorry, there is no option for this.