why wb14 not do this?

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

why wb14 not do this?

Post by wb_user »

hi
why wb14 not put all of pages javascripts in one .js file ?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: why wb14 not do this?

Post by Pablo »

Because many scripts do not support this.
Also different pages can have different scripts, so sharing the same files will be very difficult in that case.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: why wb14 not do this?

Post by wb_user »

Pablo wrote: Thu Nov 29, 2018 12:38 pm Because many scripts do not support this.
Also different pages can have different scripts, so sharing the same files will be very difficult in that case.
and if user use wd default javascripts like lazy load or photo gallery , is that not posibble put that in one .js file? (not use custom javascripts )
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: why wb14 not do this?

Post by Pablo »

Sorry, this is not possible.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: why wb14 not do this?

Post by wb_user »

Pablo wrote: Fri Nov 30, 2018 12:22 pm Sorry, this is not possible.
hi
why image object does not support lazyload ?
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: why wb14 not do this?

Post by Pablo »

You can enable lazy load in the Miscellaneous properties of the image.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: why wb14 not do this?

Post by wb_user »

Pablo wrote: Sat Dec 01, 2018 7:16 am You can enable lazy load in the Miscellaneous properties of the image.
sorry my mean picture object.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: why wb14 not do this?

Post by Pablo »

A picture is a container for multi (responsive) images, The logic needed to determine which image to load would probability be slower than actually loading the image...
Post Reply