Code Splitting
In Framer, code splitting supports faster initial loads by avoiding unnecessary JavaScript on first view and loading additional code only when it becomes relevant.
Page Speed
Performance
A measure of how quickly page content loads and becomes interactive, influenced by file sizes, server response, and code efficiency. Google uses page speed as a ranking factor, making optimization both a UX and SEO concern. Framer’s infrastructure and automatic optimizations help achieve fast page speeds.
Minification
Performance
The process of removing unnecessary characters from code—whitespace, comments, line breaks—to reduce file size. Minification speeds up loading without changing functionality, typically applied to CSS and JavaScript. Framer automatically minifies code for production deployment.