Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

How to Cache an Access Point Document List

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Andre_Sostizzo
Digital Support
Digital Support

How to Cache an Access Point Document List

Last Update:

Aug 31, 2021 3:49:10 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 24, 2015 2:04:01 PM

Access Point is very slow when populating the initial list of applications. Switching categories or refreshing the browser does not help. 

 

Environment:

QlikView 

 

Set ForceDocListUpdateOnPageLoad in the Web Server config.xml file.

  1. Stop the QlikView WebServer
  2. Navigate to C:\ProgramData\QlikTech\WebServer\
  3. Open the config.xml file
  4. Add or modify the following tags: 

    <ForceDocListUpdateOnPageLoad> true </ ForceDocListUpdateOnPageLoad >

    (true/false, default true) – if you set this to false, the Access Point will use the cached document list always, unless the user hits F5 or Back to refresh. 

    <ClearCachePeriod>600000 </ ClearCachePeriod>

    (milliseconds, default 600000 (10 minutes)) – how often the web server clears its cache. If getting the User Documents is a heavy operation and you can live with it being stale for a while (maybe documents are only distributed once per day or something), it can be nice to increase this     
Labels (1)
Contributors
Version history
Last update:
‎2021-08-31 03:49 AM
Updated by: