aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/guide/performance/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/guide/performance/index.html')
-rw-r--r--files/ru/web/guide/performance/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ru/web/guide/performance/index.html b/files/ru/web/guide/performance/index.html
new file mode 100644
index 0000000000..e87f08135a
--- /dev/null
+++ b/files/ru/web/guide/performance/index.html
@@ -0,0 +1,21 @@
+---
+title: Оптимизация и производительность
+slug: Web/Guide/Performance
+tags:
+ - Оптимизация
+ - Производительность
+translation_of: Web/Guide/Performance
+original_slug: Web/Guide/Производительность
+---
+<p>Создаваемые Вами современные веб-приложения и сайты должны иметь хорошую производительность - работать быстро и эффективно, как на персональных компьютерах (десктоп), так и на менее мощных мобильных устройствах. Существуют различные инструменты для тестирования сайтов на производительность. Самые известные из них:</p>
+
+<ul>
+ <li><a href="https://developers.google.com/speed/pagespeed/insights/" rel="resources">Google PageSpeed Insights</a></li>
+ <li><a href="https://developers.google.com/web/tools/lighthouse/">Lighthouse</a></li>
+ <li><a href="https://www.webpagetest.org/">WebPageTest</a></li>
+ <li>Browser developer tools</li>
+</ul>
+
+<p>Производительность в web - первостепенная задача для тех, кто заботится о комфорте конечного пользователя.</p>
+
+<p>{{LandingPageListSubpages}}</p>