Page 1 of 1

Javascript optimization

Posted: Tue Feb 09, 2016 3:29 pm
by FrenkR
javascript files for client viewer UI are called as additional parameters to URL. Because URL for a report is generated using GUID, javascripts are downloaded each time report is generated and this takes additional time and bandwidth.
Can you please ignore report parameters for accessing javascript files to enable browser cache for javascript files, please?

Re: Javascript optimization

Posted: Wed Feb 10, 2016 10:50 am
by HighAley
Hello.

You didn't specify what viewer or designer you use.
But we have added next property to StiMobileDesigner and StiMobileViewer.

Code: Select all

PassQueryParametersForResources="false"
This property will be available in our next official build.

Thank you.

Re: Javascript optimization

Posted: Wed Feb 10, 2016 2:36 pm
by FrenkR
I use both and both have the same problem. This parameter is great, but please add additional versioning to resources to avoid browser caching problems.
Rgds,
Frenk

Re: Javascript optimization

Posted: Thu Feb 11, 2016 2:43 pm
by HighAley
Hello.

We will add versioning for our scripts in our next build.
The next build will be next week and it will be our official release 2016.1.

Thank you.