Modify ↓
#10047 closed enhancement (fixed)
Initialize only active mappaint styles
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.05 |
Component: | Core mappaint | Version: | |
Keywords: | performance startup | Cc: | bastiK, Don-vip |
Description
Currently, all installed mappaint styles are being initialized at startup. Since #9691 this involves two big files. To improve this situation, one should only initialize active styles during startup, and the others on-demand (i.e., upon activation).
r7143 outputs
DEBUG: Initializing map style resource://styles/standard/elemstyles.xml completed in 1.2 s DEBUG: Initializing map style resource://styles/standard/elemstyles.mapcss completed in 1.7 s DEBUG: Initializing map style resource://styles/standard/potlatch2.mapcss completed in 188 ms DEBUG: Initialising map styles completed in 3.2 s
Attachments (0)
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 7 years ago
Keywords: | performance startup added |
---|---|
Milestone: | → 18.05 |
Note:
See TracTickets
for help on using tickets.
Sounds like a good idea.