plugin-icon

Speed Up – Optimize CSS Delivery

제작자: nigro.simone·
This plugin load the stylesheets asynchronously and improve page load times.
평가
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
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.