You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many extensions will fetch all of a resource type anyway, negating and making the performance worse in SSP world. For example if a user flicks between the cluster configmap list (fetch a page) and a kw page where all config maps are fetched, each indivual visit will clear the cache and make a new request (can be costly when fetching all)
Extensions can also gain the benefit of SSP performance bump
Many extensions will fetch all of a resource type anyway, negating and making the performance worse in SSP world. For example if a user flicks between the cluster configmap list (fetch a page) and a kw page where all config maps are fetched, each indivual visit will clear the cache and make a new request (can be costly when fetching all)
Extensions can also gain the benefit of SSP performance bump
Issues to be created in extension specific repos
The text was updated successfully, but these errors were encountered: