Linux 软件免费装
Banner图

WordPress Instant Articles

开发者 khromov
titanas
更新时间 2016年7月29日 06:43
PHP版本: 4.0 及以上
WordPress版本: 4.6
版权: GPL2

标签

speed performance seo html5 optimization optimize dns-prefetch prefetch prerender subresource link prefetch

下载

1.0 1.1 1.2 1.3 1.3.1 1.4

详情介绍:

Instant Articles for WordPress will let you configure DNS prefetching URLs and will automatically prerender the last 2 posts on the front page, plus next and previous posts when viewing a single post. You also have the option to pre-render sticky posts. It is not recommended to use more than 4-5 URLs for DNS prefetching. Enabling page prerendering will likely increase server and client (browsers) load. Enabling subresources will let you specify URL's to hint the web browser for high priority files, likes .JS or .CSS, for fetching these even before they appear in the HTML document. Visit the Instant Articles homepage for more info: http://wpinstant.io/ Usage Basic usage Install plugin, go to the WP Admin > Instant Articles screen and enable the features you want.

安装:

  1. Upload the the plugin folder to /wp-content/plugins/
  2. 通过WordPress的“插件”菜单激活插件
  3. Configure it via the new admin menu

屏幕截图:

  • Administration screen

常见问题:

What is HTML5 DNS prefetch?

DNS prefetching is an attempt to resolve domain names before a user tries to follow a link, improving perceived page load time and user experience. Learn more about DNS prefetching here: https://www.chromium.org/developers/design-documents/dns-prefetching

What is page pre-rendering?

Page pre-render loads and pre-renders all the assets of the page in a hidden tab. When user clicks on the link to open the page the browser just shows the page. No networking waiting. No resource download. Learn more about page prerendering here: https://www.chromium.org/developers/design-documents/prerender

What is HTML5 subrecource?

Using rel='subresource' the browser gets hints about high priority files it needs to load as soon as possible. Critial CSS or JavaScript files are a good example. This feature enables early loading of resources within the current page. Because the resource is intended for use within the current page, it must be loaded at high priority in order to be useful. Learn more about HTML5 subresource here: https://www.chromium.org/spdy/link-headers-and-server-hint/link-rel-subresource

What is Link Prefetch?

Using rel='prefetch' the broswer gets hints about files that the user might use soon. The browser downloads the files during idle time and stores them in the cache. This feature enables proactive loading of resources the user will need in future pages. CSS or JavaScript files for reviews, gallery and video player plugins are good examples.

更新日志:

1.4 1.3.1 1.3 1.2 1.1 1.0