Changes between Version 2 and Version 3 of running
- Timestamp:
- Jun 9, 2011, 3:48:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
running
v2 v3 17 17 18 18 == 3.2 Realtime rendering == 19 Realtime rendering makes use of the ''tile.py'' file, which is for now located in the website folder. 19 20 If you have data in the tables described in the previous chapter, you might get lines like these in your terminal: 20 21 {{{ 21 [0 2/May/2011 09:50:16] "GET /gheat/classic/16/33584,21598.png HTTP/1.1" 200 33422 [09/Jun/2011 09:14:45] "GET /website/tile/14/8399,5399.png?colour=255,0,0 HTTP/1.1" 200 321 22 23 }}} 23 This means heatmap images are being requested and served. If a tile hasn't been rendered before, it will be now.Note that rendertime will increase with larger datasets.24 This means heatmap images are being requested and served. Note that rendertime will increase with larger datasets. 24 25 25 26 == 3.3 Prerendering == 26 If realtime rendering takes too much time, you can choose to prerender the images.27 You can also choose to prerender a set of heatmap images which will be saved. The prerender process will make use of the original django_gheat way of rendering. 27 28 28 29 You can prerender a heatmap with the following command: