magnaview Site Admin
Joined: 06 Sep 2007 Posts: 97
|
Posted: Thu Nov 08, 2007 1:32 pm Post subject: How do I prevent HTML-output files from becoming too large? |
|
|
When loading static HTML-files generated with Web Snapshot, loading times are high. This seems due to large files. How do I prevent HTML-output files from becoming too large?
When you generate static HTML-files, all information about all levels in the view is made part of a number of javascript and html files. If, for instance, you have a large number of nodes in your view, say 10.000, with a large number of attributes, say 100, all attributes for all records are stored in a javascript file. The browser of the user that opens the static HTML-output will then have to load these files.
If this level of detail is not relevant for the user, you can do one of the following.
- Hide the level of detail in the view by using the (-) button.
- Remove attributes from visible attributes. |
|