Framer inlines full site CSS into every page's <head>, with no external/cacheable stylesheet and no per-page scoping
S
Stuart Sinclair
Framer inlines full site CSS into every page's <head>, with no external/cacheable stylesheet and no per-page scoping — even simple pages carry a ~74KB baseline plus font declarations for unused language subsets. This causes poor mobile PageSpeed scores (65/100, LCP 7.5s) that font preloading, preconnects, and deferred scripts can't fix, since the CSS bundle itself is the bottleneck. Requesting: (1) per-page CSS scoping, (2) external/cacheable CSS, (3) ability to limit font subset declarations to languages actually used.
Log In