Page 1 of 1
why isn't JS minified?
Posted: Fri Dec 05, 2014 11:37 pm
by tomjohnson1492
I noticed that most of the javascript files aren't minified. The loading time for the webhelp actually gets to be somewhat slow when you have long pages and several images. I clocked it at about 3 sec. on avg, which is slow for a static site. I manually minified all the js files. I am not sure why you wouldn't automatically minify all the js scripts by default.
Re: why isn't JS minified?
Posted: Mon Dec 08, 2014 12:31 pm
by sorin_ristache
Do you mean the JavaScript files in directory OXYGEN_DIR\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources? Most JavaScript files that matter for the browser load time in the WebHelp pages, which means the long ones, are already minified. We will also minify the remaining ones so that the load time can be further reduced.
Re: why isn't JS minified?
Posted: Tue Dec 09, 2014 2:55 am
by tomjohnson1492
Thanks. I'm just trying to address loading speed with the help files.