Linux 软件免费装
Banner图

Speed Up - Optimize CSS Delivery

开发者 nigro.simone
更新时间 2023年3月5日 15:27
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 6.0
版权: GPLv2 or later
版权网址: 版权信息

标签

speed performance seo optimize asynchronous web performance optimization async wp_enqueue_style front-end optimization wordpress optimization tool

下载

1.0.11 1.0.0 1.0.1 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9

详情介绍:

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.

安装:

  1. Upload the complete speed-up-optimize-css-delivery folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

更新日志:

1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0