Linux 软件免费装
Banner图

LH CSS Lazy Load

开发者 shawfactor
更新时间 2019年6月6日 11:13
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

css javascript lazy load async defer

下载

详情介绍:

Javascript has a HTML based method for deferring and asynchronously loading files, namely script Defer and script Async. Unfortunately these HTML solutions do not work for CSS files. But do not worry, this plugin allows you to lazy load yous css files. Thus speeding up your initial view experience for visitors and search engines.

安装:

  1. Upload the entire lh-css-lazy-load folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Configure the plugin by adding the CSS handles via Settings->CSS Lazy Load

常见问题:

Will this plugin work without javascript?

Yes! As CSS elemets are wrapped in a noscript tag, they will be parsed if javascript is deactivated.

更新日志:

1.00 November 20, 2017\ Initial release 1.01 November 27, 2017\ Minor bug fix 1.02 June 04, 2018\ Added tranlation support