Asynchronous JS loading not working?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
openomsk
 
 
Posts: 52
Joined: Thu Jun 20, 2013 8:59 pm
Location: Russia
Contact:

Asynchronous JS loading not working?

Post by openomsk »

I put a check mark in the settings to use asynchronous loading, but the attributes of defer or async do not appear in the code.
Am I missing something or is this a bug?

Image Image

It must be, if I understand correctly.
Image
User avatar
Pablo
 
Posts: 23404
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Asynchronous JS loading not working?

Post by Pablo »

From the help:
Load built-in JavaScript files asynchronously
Specifies that built-in scripts will be executed asynchronously as soon as they are available.
Note that this is only useful when 'Generate external JS file for page specific scripts' is enabled, because otherwise local scripts may be executed before the external scripts they depend on have been loaded!
Post Reply