From a7d20b718ba3c73e2a90675c09fec37f44c51fb4 Mon Sep 17 00:00:00 2001 From: Ivan Bochkarev Date: Sat, 29 Jun 2024 11:48:10 +0600 Subject: [PATCH 1/3] =?UTF-8?q?feat(docs)=20=D0=9F=D0=B5=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=BE=D0=B4=20nuxt-prefetch-comparison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../7.blog/6.introducing-smart-prefetching.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/7.blog/6.introducing-smart-prefetching.md b/content/7.blog/6.introducing-smart-prefetching.md index 2ebbfe1ec..de394fff8 100644 --- a/content/7.blog/6.introducing-smart-prefetching.md +++ b/content/7.blog/6.introducing-smart-prefetching.md @@ -1,6 +1,6 @@ --- -title: Introducing Smart Prefetching -description: 'Starting from Nuxt v2.4.0, Nuxt will automagically prefetch the code-splitted pages linked with a nuxt-link when visible in the viewport by default.' +title: Введение в умную предзагрузку +description: 'Начиная с Nuxt v2.4.0, Nuxt будет автоматически предварительно загружать разделенные на части страницы, связанные с nuxt-link при их видимости в области просмотра по умолчанию.' image: /assets/blog/introducing-smart-prefetching.png date: 2019-01-28 authors: @@ -10,15 +10,15 @@ authors: category: Релиз --- -## Introducing Smart prefetching ⚡️ +## Введение в умную предзагрузку ⚡️ -Starting from [Nuxt v2.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v2.4.0), Nuxt will automagically prefetch the code-splitted pages linked with `` when visible in the viewport **by default**. This hugely improves the end user performances, inspired by [quicklink](https://github.com/GoogleChromeLabs/quicklink). +Начиная с [Nuxt v2.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v2.4.0), Nuxt автоматически будет предварительно загружать код, разделенный на страницы, которые связаны с `` при их видимости в области просмотра **по умолчанию**. Это значительно улучшает производительность для конечных пользователей, вдохновленное [quicklink](https://github.com/GoogleChromeLabs/quicklink). ![nuxt-prefetch-comparison](https://res.cloudinary.com/practicaldev/image/fetch/s--jP7Crsw7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://user-images.githubusercontent.com/904724/51692960-4158be80-1ffe-11e9-9299-61881d06412e.gif) -Demos are online and we recommend you to try it out to feel the difference: +Демонстрационные версии доступны онлайн, и мы рекомендуем вам попробовать их, чтобы почувствовать разницу: -- No prefetching (v2.3): [https://nuxt-no-prefetch.surge.sh](https://nuxt-no-prefetch.surge.sh) -- With prefetching (v2.4): [https://nuxt-prefetch.surge.sh](https://nuxt-prefetch.surge.sh) +- Без предварительной загрузки (v2.3): [https://nuxt-no-prefetch.surge.sh](https://nuxt-no-prefetch.surge.sh) +- С предварительной загрузкой (v2.4): [https://nuxt-prefetch.surge.sh](https://nuxt-prefetch.surge.sh) -You can learn more about this feature in the [``](https://v2.nuxt.com/docs/features/nuxt-components#the-nuxtlink-component) section of the documentation. +Вы можете узнать больше об этой функции в разделе [``](https://v2.nuxt.com/docs/features/nuxt-components#the-nuxtlink-component) документации. From 8df07f367c65eeba484c4dfb58261806c9646154 Mon Sep 17 00:00:00 2001 From: Bochkarev Ivan Date: Sat, 29 Jun 2024 12:15:38 +0600 Subject: [PATCH 2/3] Update content/7.blog/6.introducing-smart-prefetching.md Co-authored-by: Evgeniy Gromin --- content/7.blog/6.introducing-smart-prefetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/7.blog/6.introducing-smart-prefetching.md b/content/7.blog/6.introducing-smart-prefetching.md index de394fff8..b0658fa41 100644 --- a/content/7.blog/6.introducing-smart-prefetching.md +++ b/content/7.blog/6.introducing-smart-prefetching.md @@ -1,6 +1,6 @@ --- title: Введение в умную предзагрузку -description: 'Начиная с Nuxt v2.4.0, Nuxt будет автоматически предварительно загружать разделенные на части страницы, связанные с nuxt-link при их видимости в области просмотра по умолчанию.' +description: 'Начиная с Nuxt v2.4.0, Nuxt будет автоматически предварительно загружать страницы с разделенным кодом, связанные с помощью nuxt-link, когда они видны в области просмотра по умолчанию.' image: /assets/blog/introducing-smart-prefetching.png date: 2019-01-28 authors: From 3f700ee00b4bb65c11a51138afd3b732b9419e0d Mon Sep 17 00:00:00 2001 From: Bochkarev Ivan Date: Sat, 29 Jun 2024 12:15:44 +0600 Subject: [PATCH 3/3] Update content/7.blog/6.introducing-smart-prefetching.md Co-authored-by: Evgeniy Gromin --- content/7.blog/6.introducing-smart-prefetching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/7.blog/6.introducing-smart-prefetching.md b/content/7.blog/6.introducing-smart-prefetching.md index b0658fa41..fe0253ff3 100644 --- a/content/7.blog/6.introducing-smart-prefetching.md +++ b/content/7.blog/6.introducing-smart-prefetching.md @@ -12,7 +12,7 @@ category: Релиз ## Введение в умную предзагрузку ⚡️ -Начиная с [Nuxt v2.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v2.4.0), Nuxt автоматически будет предварительно загружать код, разделенный на страницы, которые связаны с `` при их видимости в области просмотра **по умолчанию**. Это значительно улучшает производительность для конечных пользователей, вдохновленное [quicklink](https://github.com/GoogleChromeLabs/quicklink). +Начиная с [Nuxt v2.4.0](https://github.com/nuxt/nuxt.js/releases/tag/v2.4.0), Nuxt автоматически будет предварительно загружать страницы с разделенным кодом, которые связаны с помощью `` при их видимости в области просмотра **по умолчанию**. Это значительно улучшает производительность для конечных пользователей, и вдохновлено [quicklink](https://github.com/GoogleChromeLabs/quicklink). ![nuxt-prefetch-comparison](https://res.cloudinary.com/practicaldev/image/fetch/s--jP7Crsw7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://user-images.githubusercontent.com/904724/51692960-4158be80-1ffe-11e9-9299-61881d06412e.gif)