plugin-icon

Speed Up – Optimize CSS Delivery

作者:nigro.simone·
This plugin load the stylesheets asynchronously and improve page load times.
评级
5/5
版本
1.0.11
活跃安装
1K
最后更新
Mar 5, 2023
Speed Up – Optimize CSS Delivery

This small plugin (5 Kb) loads the stylesheets asynchronously and improve page load times.

The recommended use of this plugin is to load your vital stylesheets synchronously and non-vital CSS files asynchronously. Non-vital CSS-files can be for example: fonts, icons, before the fold template-specific CSS, etc.

You can choose which files to load synchronously with a filter in your function.php, eg.:

// exclude main and child stylesheets from delivery optimization function exclude_from_delivery_optimization($handle){ return in_array($handle, array('main-stylesheet', 'child-stylesheet')); } add_filter('speed-up-optimize-css-delivery', 'exclude_from_delivery_optimization');

Note: this only works if your other plugins and theme add the CSS correctly.

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 6.0.11
这个插件是可用的下载,适用于您的站点。