Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WordPress Instant Articles

Описание

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.

Не рекомендуется использовать более 4-5 URL-адресов для предварительной выборки DNS.

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/

Применение

Основное применение

Install plugin, go to the WP Admin > Instant Articles screen and enable the features you want.

Требования

  • PHP версии 5.2.4 или выше

Переводы

  • ни одной

Скриншоты

  • Экран администрирования

Установка

  1. Загрузите папку с плагином в: /wp-content/plugins/
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress
  3. Настройте его через новое меню администратора

Часто задаваемые вопросы

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?

Предварительная загрузка страниц и подготовка всех ресурсов страницы находится в скрытой вкладке. При нажатии пользователем на ссылку, браузер демонстрирует страницу. Без ожидания сети. Без скачивания файлов.

Подробнее о предварительной передаче страниц можно узнать тут:
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.

Подробнее о субресурсах HTML5 можно узнать тут:
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.

Отзывы

16.12.2017
Impressed with it but still want to Pre-Render two recent post on "category" and "tags" as user are landing on category pages and going to recent posts. Almost same as "Pre-render latest 2 posts on frontpage" but for "category" and "tags". Hope you will add it soon 🙂 Thanks a lot
12.09.2017
We use this plugin on most of our sites. It's a solid plugin. Really speeds up pageloads.
03.09.2016 3 ответа
I have to be honest, i had my doubts about the promised boost in loading time, but i installed it, clicked few settings and freshed the home page of a side that was loading not that fast because a slider i added and the result was WOW!! it loading so much faster and it loads the posts and pages instantly! im really surprised and amazed at this plugin! hands down and the best part is FREE!! i don't need any costly cache plugin now! Thanks!!
03.09.2016 1 ответ
My first review was 4 stars since some important (imho) options were missing, but now it's perfect. Enjoy it. Just DON'T ABUSE THE PLUGIN. 😉
Посмотреть все 8 отзывов

Участники и разработчики

«WordPress Instant Articles» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WordPress Instant Articles» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.4

  • Введите поддержку предварительной выборки ссылок
  • wpinstant_prerendered_urls filter now includes previously prerendered items instead of adding to that list.
  • Add new filter for adding custom URLs to subresources list: wpinstant_subresources
  • Add new filter to disable processing of default prerender rules: wpinstant_prerendered_urls_override_defaults

1.3.1

  • Add new filter for adding custom URLs to prerender: wpinstant_prerendered_urls
  • Исправьте опечатку в фильтре wpinstant_subresources.

1.3

  • Supercharge your site by specifying which subresources to load. More info: https://www.chromium.org/spdy/link-headers-and-server-hint/link-rel-subresource

1.2

  • Прикрепленная предварительная загрузка сообщений
  • General cleanup in preparation for the next major version!

1.1

  • Fixed dashboard icon being too big: https://wordpress.org/support/topic/dashboard-logo-icon-issue

1.0

  • Первый релиз