Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 90e7377

Browse files
authored
Update README.md
1 parent f42b19a commit 90e7377

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1+
12
# Qlik Sense Cache Initializer
23

34
This is now the official home of Joe Bickley's CacheInitializer.
45

5-
Summary: This tool will "warm" the cache of a Qlik Sense server so that when using large apps the users get good performance right away. You can use it to load all apps, a single app, and you can get it to just open the app to RAM or cycle through all the objects so that it will pre calculate expressions so users get rapid performance. You can also pass in selections too.
6-
7-
Credits: Thanks to Øystein Kolsrud for helping with the Qlik Sense .net SDK steps, contributions by Roland Vecera and Goran Sander
8-
Uses the commandline.codeplex.com for processing parameters
6+
### Summary
7+
This tool will "warm" the cache of a Qlik Sense server so that when using large apps, the users will experience shorter load times for their 'first' app opens and queries. You can use it to load all apps, a single app, or you can use it to open the app and cycle through all the objects so that it will pre-calculate expressions to increase user performance. The cache initialzer also supports the ability to pass in selections.
98

10-
Usage: cacheinitiazer.exe -s https://server.domain.com [-a appname] [-i appid] [-o] [-f fieldname] [-v "value 1,value 2"] [-p virtualproxyprefix]
9+
### Download/Release
10+
The project is now built in .NET Core, which means it can be run on any OS. That said, the download available currently under the releases section [here](https://github.com/eapowertools/CacheInitializer/releases), is a win64 executable (with all runtimes and dlls self contained). Since the executable contains all runtimes and dlls, you should be able to download and execute without any additional installs. You can rebuild the project yourself if you'd like to run it on a linux distribution or OS X.
1111

12-
Notes: This projects use the Qlik Sense .net SDK, you must use the right version of the SDK to match the server you are connecting too. To swap version simply replace the .net SDK files in the BIN directory of this project, if you dont match them, it wont work.
12+
#### Credits
13+
First, thanks to Joe Bickley for building this tool. Thanks to Øystein Kolsrud for helping with the Qlik Sense .net SDK steps, contributions by Roland Vecera and Goran Sander
14+
Uses the commandline.codeplex.com for processing parameters
1315

16+
#### Usage
17+
```
18+
cacheinitiazer.exe -s https://server.domain.com [-a appname] [-i appid] [-o] [-f fieldname] [-v "value 1,value 2"] [-p virtualproxyprefix]
19+
```
1420

21+
##### Notes
1522
Also for those interested in similar capabilties but running in node.js check out Goran Sanders project (and many other goodies) here: https://github.com/mountaindude/butler-cw

0 commit comments

Comments
 (0)