Open o0101 opened 2 years ago
everytime we render a component we need to bring its stylesheet in (at least if it's a first time render). We should cache stylesheet URLs in a global cache.
we are caching styles. but it's the CSS import that delays the load as this is not cached.
why don't we read any style sheets for imports and cache and inline those?
everytime we render a component we need to bring its stylesheet in (at least if it's a first time render). We should cache stylesheet URLs in a global cache.