Opened 20 months ago
Closed 19 months ago
#2700 closed enhancement (fixed)
FIX - improve time to load layers to cache when petascope starts
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
Currently, it takes long time to load layers to cache when petascope starts because it takes time to initialize WMTS layers for them.
Here, it fetches the whole coverage object from database, hence it is slow (30+ ms for an object).
GeneralGridCoverage pyramidMemberCoverage = (GeneralGridCoverage) this.coverageRepositoryService.readCoverageFullMetadataByIdFromCache(pyramidMemberCoverageId);
This needs to be enhanced somehow.
Change History (3)
comment:1 by , 20 months ago
Description: | modified (diff) |
---|
comment:2 by , 20 months ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:3 by , 19 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.