Traditional premium themes are often bloated with heavy scripts due to the features they offer. Themify themes use a modular script method to load component scripts only when they are in use, resulting in a lighter page size and faster load times. All scripts are optimized for performance to reduce server resources and browser rendering time. The scripts are also minified and further compressed using Gzip to reduce file size.
Because the theme only loads the module scripts when they are in use, and all the code is optimized for performance, it can achieve a smaller page size, making the site load faster. A fresh install of WordPress’s sample page is 127 KB, loading in less than 300 milliseconds on most servers without using any cache plugins.
All module scripts are kept as individual files and are only loaded when the module is in use. This helps reduce the overall page size.
All in-use module CSS files are compiled into a single CSS file, reducing HTTP requests and improving page load speed.
All scripts are minified to significantly reduce file sizes, and then further compressed with Gzip, cutting sizes by an additional 60-70%.