-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 10.2
-
Fix Version/s: Postponed
-
Component/s: Nuxeo Package Management
-
Epic Link:
-
Tags:
-
Backlog priority:1,000
-
Sprint:nxAT Sprint 10.3.3
-
Story Points:3
When hot reloading a Studio package, the cache of packages is flushed.
This cache is not really leveraged and produces a lot of calls to Connect when resolving dependencies (see also NXBT-2450 and NXP-25717).
The only cache that really needs to be invalidated when hotreloading here is the Studio package itself (to properly take into account changes in the target platform and/or its package dependencies).
To fine-grain this cache usage, the nuxeo-connect-client library API needs to be improoved: see NXBT-2452