why isn't JS minified?

Oxygen general issues.
tomjohnson1492
Posts: 132
Joined: Thu Apr 17, 2014 1:55 am

why isn't JS minified?

Post 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.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: why isn't JS minified?

Post 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.
Regards,
Sorin

<oXygen/> XML Editor Support
tomjohnson1492
Posts: 132
Joined: Thu Apr 17, 2014 1:55 am

Re: why isn't JS minified?

Post by tomjohnson1492 »

Thanks. I'm just trying to address loading speed with the help files.
Post Reply