86
edits
Changes
From Gramps
→Help for the report generation
*:: Then the relative path is: <code>..\..\media</code>
*:: Therefore, on the web server, the media files and report shall be located in something like: <code>http://my.web.site.com/path/to/report/media</code> and <code>http://my.web.site.com/path/to/report/reports/DynamicWeb</code>
=== Optimizations for big databases ===
The technology used for this report (client-side Javascript) is not designed for managing big amounts of data.
This could lead to performance issues, for databases over 5000 people, when the configuration is not properly set. The follonwing tunings could be used:
* The optional index columns should be discarded
* The indexes should be displayed as lists and not as tables
Moreover, when rendering large datasets, the report disables some fancy features for better performances.
If this is not enough, using the Chrome browser could help.
The report was tested with a database over 130,000 people without major issue.
== <span id="Help">Help for the Web report users</span> ==