Vitals 101
41 subscribers
19 photos
14 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
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.
Forwarded from AFF.TOP
This media is not supported in your browser
VIEW IN TELEGRAM
Cloudeflare грозит Google блокировкой трафика

Cloudflare объявил: с 15 сентября 2026 года ИИ-краулеры будут заблокированы по умолчанию на всех сайтах с рекламой — включая Googlebot, Applebot и Bingbot.

Главная претензия — к Google: один и тот же бот индексирует страницы и собирает данные для обучения нейросетей, что даёт поисковику нечестное преимущество.

Но есть нюанс, который меняет всю к…

➡️ Читайте на сайте: https://aff.top/blog/cloudeflare-grozit-google-blokirovkoi-trafika

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

Pornhub — самый посещаемый адалт-сайт в мире, и на нём действительно можно зарабатывать. Но схема устроена иначе, чем кажется.

Автор залил ролики, набрал 16 000 просмотров — и получил 47 центов встроенной монетизации. Реальные деньги были в другом.

Есть нюансы с верификацией, голосом в роликах и законодательством РФ, которые ломают большинство с…

➡️ Читайте на сайте: https://aff.top/blog/gaid-kak-zarabotat-pervye-dengi-na-pornhub

🧠 Ещё больше инсайтов → в канале AFF.top
Third-party scripts: the slow guests you invited

Chat widgets, analytics, ad tags, A/B tools — each is a 'third-party script', code loaded from someone else's server. Any one feels harmless, but together they're often the biggest drag on INP (Interaction to Next Paint) and LCP (Largest Contentful Paint), because they run on the same single work line as your own code.

Think of them like guests who bring their own loud speakers to your dinner party — you don't control their volume.

How to take back control:
— List them: DevTools Network tab, sort by domain — anything not yours is third-party
— Add async or defer so they don't block the page build
— Question each one — does that old heatmap tool still earn its slot?
— Load chat and social widgets only after the page is interactive

Try this: Open the Network tab and count your third-party domains. If it's over ten, you've found a real, fixable source of slowness — and trimming two or three often helps more than any image tweak.