Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Deploying my extension in live environment, it takes 14s to load from when the rest of the QlikView document is ready.
Time spent mainly on loading:
/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/my_ext/jquery.dataTables.js
/QvAjaxZfc/QvsViewClient.aspx?public=only&name=Extensions/my_ext/jquery.min.js
which are taking 10 seconds.
They are delivered with the HTTP headers:
Cache-Control: no-cache, no-store
Pragma: no-cache
Is it possible to change the cache settings for certain files going through QvAjaxZfc?
Cheers,
Vegard