Vitals 101
41 subscribers
19 photos
12 links
Core Web Vitals explained like a patient teacher would: LCP, INP and CLS in plain English, with one small fix you can understand and apply each post.
Download Telegram
The 3 parts hiding inside a slow interaction

When INP — Interaction to Next Paint — is poor, 'my site is laggy' isn't specific enough to fix. Like LCP, every interaction splits into three pieces, and knowing which is fat points you straight at the cause.

The three parts:
Input delay — the wait before your code even starts, usually because the browser is busy with other scripts
Processing time — how long your click handler's own code runs
Presentation delay — the time to repaint the screen with the result

Think of ordering coffee: waiting for the barista to notice you, the brewing, then actually handing it over.

How to read it:
— Chrome DevTools' Performance panel labels these phases for each interaction

Try this: Record one slow click. If input delay is the biggest slice, the fix is reducing other scripts; if processing is, the fix is your own handler. Different slice, different repair.
This media is not supported in your browser
VIEW IN TELEGRAM
Новую Google reCapcha прошли статичной картинкой

Google выпустил обновленную reCAPTCHA, требующую движений рук для прохождения, но система оказалась уязвима к обходу. Достаточно транслировать статичное изображение с нужным жестом через виртуальную камеру с помощью простого Python-скрипта, чтобы нейросеть пропустила пользователя. Это создает серьёзный риск для сайтов: защита от ботов, позиционировавшаяся как прорыв, на деле не работает. Баг остается актуальным и позволяет спамерам легко автомат…

➡️ Читайте на сайте: https://aff.top/blog/novuiu-google-recapcha-proshli-statichnoi-kartinkoi

🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
DeepSeek представит последнюю версию v4

DeepSeek выпустит v4 в середине июля с новой моделью ценообразования API: токены подорожают в 2 раза в часы пиковой нагрузки (09:00–12:00 и 14:00–18:00 по пекинскому времени). Компания планирует уведомлять пользователей по почте за 24 часа до изменения тарифов. Проблема с ошибками «server busy» останется, но обойдётся дороже — это может существенно повлиять на экономику проектов, которые активно используют API DeepSeek для автоматизации и масшта…

➡️ Читайте на сайте: https://aff.top/blog/deepseek-predstavit-posledniuiu-versiiu-v4

🧠 Ещё больше инсайтов → в канале AFF.top
Why Google uses your 75th-percentile visitor

Here's a number that quietly decides whether you pass: the 75th percentile. When Google judges your Core Web Vitals, it doesn't use your average visitor or your best one — it lines up all your visitors from fastest to slowest and picks the one three-quarters of the way down.

Why that one? Because an average can hide pain. If most visitors are fast but a quarter suffer, the average looks fine while real people struggle. The 75th percentile makes sure your typical-to-slow visitor still has a decent experience.

Think of it as grading a group hike by the person near the back, not the average pace.

What this means for you:
— A fast office laptop won't reflect your real score
— Test on a mid-range phone and throttled network to mimic that slower visitor

Try this: In DevTools, set the network to 'Slow 4G' and CPU to '4x slowdown', then retest. You're now seeing roughly who Google grades you on.
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
Anthropic выпустили Sonnet 5

30 июня вышла Claude Sonnet 5 — новая версия позиционируется как самая агентная в линейке и приближается к флагманской Opus 4.8. Модель лучше справляется со сложными многоуровневыми задачами, устойчива к вредоносным запросам и не генерирует эксплойты. Sonnet 5 доступна на Free-тарифе, но тестирование показало скромные улучшения: хотя работает лучше Sonnet 4.6, её обгоняют конкуренты, включая китайские модели, которые дешевле через API при лучшей…

➡️ Читайте на сайте: https://aff.top/blog/anthropic-vypustili-sonnet-5

🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
Clickstar прекращает работу

Clickstar закрывается. Легендарная пуш-сеть прекращает закуп трафика с 1 августа, полная остановка — 20 августа.

Сетка работала почти 8 лет и была одним из лучших источников качественного трафика на Россию и СНГ. Сейчас пуш-трафик стал слишком ботовым из-за гугловских банов на скрипты сбора.

Что это означает для арбитражников — разбираемся в ста…

➡️ Читайте на сайте: https://aff.top/blog/clickstar-prekraschaet-rabotu

🧠 Ещё больше инсайтов → в канале AFF.top
Which animations are safe for layout shift (and which aren't)

Not all motion counts against CLS — Cumulative Layout Shift. The metric only cares when an element pushes other content out of the way. So the kind of animation you choose decides whether Google penalizes it.

The key idea: animating an element's position in the layout shoves its neighbors. Animating only how it's painted doesn't.

Safe to animate freely:
transform (move, scale, rotate) — neighbors don't budge
opacity — fading never shifts anything

Risky, counts as shift:
top, left, margin, height — these reflow the page

Think of transform as sliding a sticker across a finished poster, versus re-cutting the whole poster.

Try this: Find one hover or slide-in effect using margin or top and rewrite it with transform: translate(). Same look on screen, zero layout shift counted.
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
Facebook запретил рекламу онлайн-казино Mr Vegas

Британский ASA запретил рекламу казино Mr Vegas из-за «слишком милых» мультяшных животных в креативах — регулятор счёл, что такой стиль привлекает детей, в том числе через Facebook. Рекламодатель запустил кампанию в феврале, бан вышел в июле. Логика регулятора вызывает вопросы: дети неплатёжеспособны, а таргетировать их на гемблинг бессмысленно.

➡️ Читайте на сайте: https://aff.top/blog/facebook-zapretil-reklamu-onlain-kazino-mr-vegas

🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
В Whatsapp скамят пользователей с помощью поддельных никнеймов

WhatsApp запустил никнеймы — и почти сразу начался скам. Мошенники регистрируют имена, похожие на бренды, звёзд и политиков, с минимальными опечатками.

Индия, где 500 млн пользователей WhatsApp, потребовала от Meta объяснений за 3 дня. Meta говорит, что точные совпадения заблокированы — но одна буква в другом месте защиту не триггерит.

Похоже, п…

➡️ Читайте на сайте: https://aff.top/blog/v-whatsapp-skamiat-polzovatelei-s-pomoschiu-poddelnykh-nikneimov

🧠 Ещё больше инсайтов → в канале AFF.top
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
Вышел ZCode - аналог Claude code

Вышел ZCode — десктопный аналог Claude Code от разработчиков GLM-5.2. Работает с API от Anthropic, поддерживает SSH-деплой на сервер, в том числе Linux.

Вместо пошаговых скриптов — система целеполагания Goal: закидываешь сложный промт, агент сам разбивает задачу и выполняет. Плюс управление через Telegram-бота.

Но главная фича — мультиагентность…

➡️ Читайте на сайте: https://aff.top/blog/vyshel-zcode-analog-claude-code

🧠 Ещё больше инсайтов → в канале AFF.top
Why fixes take 28 days to show up in your score

You push a great fix, retest the next morning, and the field score hasn't moved. Before you panic: this is expected, and the reason is the 28-day window.

Google's real-visitor data (CrUX — Chrome User Experience Report) reports a rolling 28-day average. The day after your fix, 27 of those 28 days are still 'old slow you'. Your improvement is in there, just heavily diluted.

Think of it like adding fresh water to a murky tank — it clears gradually as old water cycles out, not in one splash.

How to stay sane while you wait:
— Confirm the fix in lab data immediately — that updates instantly
— Watch the field score creep up over the following weeks
— Expect roughly four weeks for the full picture

Try this: Right after deploying, screenshot your lab score as proof the fix worked, then set a calendar reminder for 28 days to check the real-visitor number. Patience is part of the job here.