Updated Q&A (markdown)

Azgaar 2022-08-27 10:47:06 -07:00
parent 4737418c30
commit e7989393eb

2
Q&A.md

@ -6,7 +6,7 @@ Please try to reproduce the issue on your own. If it's reproducible, please log
### The map performance is poor, how can I improve it? ### The map performance is poor, how can I improve it?
The performance mainly depends on the number of visible elements and visible map area. The optimization strategies are: The performance mainly depends on the number of visible elements and visible map area. The optimization strategies are:
* Toggle off unnecessary layers. Be mindful of the _Relief Icons_ layer in particular its the most resource-demanding one. * Toggle off unnecessary layers. Be mindful of the _Relief Icons_ layer in particular its the most resource-demanding one.
* If you have a wide screen, open the Generator in a separate browser window, make it _much_ smaller (about 900 x 560 pixels) and re-generate the map. Then, zoom in to see the map in detail. It will reduce the rending area and drastically improve the performance. * Open the Generator in a separate browser window, make it _much_ smaller (about 900 x 560 pixels) and re-generate the map. Then, zoom in to see the map in detail. It will reduce the rending area and _drastically_ improve the performance.
* When generating maps, set _Points number_ to 10K. Points (cells) number highly affects performance. * When generating maps, set _Points number_ to 10K. Points (cells) number highly affects performance.
* Toggle off map and element filters. * Toggle off map and element filters.
* Close all irrelevant browser tabs and applications. * Close all irrelevant browser tabs and applications.