home.social

#cwv — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cwv, aggregated by home.social.

  1. Soft LCP is coming to Chrome! I’m genuinely excited—even if it’s just a small step for now (limited to Performance traces)—because it pushes the broader story forward: soft-navigation heuristics are finally getting real support in web performance tools.

    #SoftLCP #CWV #LCP

  2. Core Web Vitals-2025: как управлять скоростью и стабильностью сайта

    Салют, Хабр! Меня зовут Паша, я вхожу в группу обеспечения производительности интерфейсов; неформально это команда «Скорость» SberDevices. Мы с коллегами отвечаем за то, чтобы сайты sberdevices.ru , giga.chat , developers.sber.ru и другие быстро работали и красиво выглядели. Если пользователю неудобно использовать сайт, он быстро с него уйдёт (и не станет ничего читать и покупать). Как только потребовалась оценка качества веб-страниц, появилось и множество подходов к ним. Но в итоге индустриальным стандартом стали методы, предложенные Google и реализованные на уровне браузерных API. Чтобы понять, как сайты стоит оптимизировать и что влияет на их быстродействие, Google оперирует тремя метриками — Core Web Vitals. Две из них действуют с мая 2020 года, а третьей не исполнилось и года. Сегодня расскажу, как разработчик может оценить их и улучшить без консультации команды скорости (если она есть). А ещё благодаря оптимизации метрик Core Web Vitals сайт ранжируется в поисковиках выше. Поехали!

    habr.com/ru/companies/sberdevi

    #webops #devtools #cwv #typescript #производительность_сайта #оптимизация_сайта

  3. 🚀 CrUX Update in WebPageTest JSON!
    CrUX now includes LCP Subparts, providing deeper insights into LCP analysis.
    At WebPerformance Report, we're exploring how to leverage this data for a 360° Web Performance strategy. Stay tuned!
    #WebPerf #CWV #UX #SEO #LCP

  4. My latest post on the Performance Advent Calendar is now live: calendar.perfplanet.com/2024/w

    This one talks about the elephant in the rüm of user interactions.

    #perfmatters #webperf #rum #ux #cwv #inp

  5. [Перевод] Наиболее эффективные методы улучшения Core Web Vitals

    На протяжении многих лет сообщество веб-разработчиков накапливало знания об оптимизации производительности веб-приложений. Хотя каждая отдельная оптимизация может привести к улучшению работы сайта, совместное применение всех методов является довольно сложной задачей. Кроме того, лишь некоторые из них применимы к какому-либо конкретному сайту. Вопросы производительности могут быть не столь очевидны для тех, чья карьера не была связана с этой областью. Именно поэтому важно понимать, какие оптимизации способны наиболее существенно повлиять на это. На реализацию всех рекомендаций скорее всего просто не будет времени, поэтому важно задать себе вопрос: какие оптимизации принесут максимальную выгоду пользователям?

    habr.com/ru/companies/timeweb/

    #timeweb_статьи #javascript #html #css #core_web_vitals #cwv #inp #lcp #cls #search_engine_optimization #seo #поисковая_оптимизация

  6. The next Boston Web Performance meetup will be on October 24th at 4:30pm at the Akamai HQ in Cambridge. Come join us: meetup.com/boston-web-performa #webperf #boston #cambridge #cwv

  7. 📣 #WebPerfTip

    Please be sure to avoid fade-in effects when loading the page. It seems a good UX resource to maintain good visual stability, but the Core Web Vitals LCP metric reports a terrible experience.

    #WebPerf #Performance #CoreWebVitals #CWV #LCP

  8. Ooh, the training wheels come off, INP makes it to the CWV on March 12th web.dev/blog/inp-cwv-march-12

    #webperf #CWV

  9. Collecting Core Web Vitals for SPAs is getting closer. I have done a quick write up of looking at the new soft navigations on my site

    tamethebots.com/blog-n-bits/lc

    #webperformance #webperf #corewebvitals #cwv

  10. Do you know the new Core Web Vitals metric Interaction to Next Paint (INP)?

    web.dev/inp/

    #WebPerf #CoreWebVitals #CWV #INP

  11. Added a new tool to my site, get historical Core Web Vitals data from the CrUX History API in chart form. Just enter the url (or origin), pick formfactor and away you go.
    tamethebots.com/tools/cwv-hist
    #CWV #CoreWebVitals #WebPerf #SEO

  12. pSEO guide to CWV

    But first, the glossary:

    pSEO - Problematic SEO
    CWV - Content Won't Validate

    CWV stands for:

    * CLS - Content Looks Shitty
    * LCP - Lousy Content Pain
    * FID - First Income Delay

    #SEO #pSEO #CWV

  13. The slides of the Core Web Vitals talk today in the Codemotion Meetup at Adevinta Spain

    Thanks a lot to all the attendees

    #WebPerf #Performance #CoreWebVitals #CWV

    slides.com/joanleon/core-web-v

  14. Big fan of this change to LCP, to exclude large but low content images. Helps capture the "spirit" of what LCP is to me.

    Also helps sink some of the dodgy hacks out there.

    Never really understood that, you are only fooling yourself.

    I guess sometimes clients though, or thinking it will wizz up up the rankings.

    #webperf #CWV
    chromium.googlesource.com/chro

  15. I have a client site with a header that is hidden when the user scrolls down, but shown again when the user scrolls up, which seems pretty comon nowadays.

    This triggers some CLS, even if the hide/show is done in less than 500 ms, as “continuous interactions such as scrolls, drags, or pinch and zoom gestures are not considered ‘recent input’”. 😞

    #CLS #CWV #WebPerf

    ⚓️ nicolas-hoizey.com/notes/2023/

  16. #Google doesn't use cache-control headers for crawling & indexing unless it's embedded content.

    Well, indirectly, proper cache-control headers can help with #SEO, particularly with #CWV metrics

    Here's how.

    Back/forward cache (or bfcache) is a browser optimization that enables instant back and forward navigation. It significantly improves the browsing experience for users, especially those with slower networks or devices.

    #bfcache has been supported in #Chrome, #Firefox and #Safari.

    1/3 🧵