Cache Catch
60 subscribers
112 photos
9 videos
124 links
The best caching reads, tools, and configs from around the web, curated weekly. Object cache, page cache, opcache -- the good stuff, none of the noise.
Download Telegram
Forwarded from Я ненавижу арбитраж
Что за помойка?

Спросите вы, и будете правы.

Новое пространство успешных бизнесменов открылось пару дней назад. Канал сразу захватил арбитражный интернет. Миллион (!) активных и заряженных предпринимателей атаковали его подписками.

Создатель — самый успешный из них. Человек-розыгрыш, человек-споирт, человек-холст, человек-деньги — Евгений Иванов.

Ни одного бота не замечено. Лям. Все из сферы. Сам Дуров не обладает такой базой платежеспособной аудитории.

Немного о том, что обсуждается на канале:

— ахуенность админа (пост написан самим админом)
— ничтожность Affpapa
— техники минета в виде аффирмации

Учитывая предпочтения ЕЮ, можно спрогнозировать рубрики: сиськи (самого админа), кейсы (как правило, негативные), вайбкодинг и, конечно, новости с передовой арбитража.

🤡
🤲 подписался
👍 — и скоко тебе заплатили, продажная ты придорожная путана?


Я ненавижу арбитраж |Чат😠
Please open Telegram to view this post
VIEW IN TELEGRAM
This week in caching: Redis vs Memcached for object cache

The perennial pairing, decided by what you actually store:

Memcached wins when your cache is flat key-value strings and you're memory-bound — its slab allocator and multithreaded model squeeze more values per GB and scales reads across cores.
Redis wins the moment you need cache tags, sorted sets for leaderboards, or LRU/LFU eviction tuned per-key — Memcached only does basic LRU.
The tiebreaker most people miss: Memcached evicts silently under memory pressure with zero persistence, so a flush mid-traffic-spike cold-starts everything. Redis can maxmemory-policy allkeys-lfu and survive a restart with RDB snapshots.

Rule of thumb: single-server WP/Magento → Redis (you'll want tags). Massive read-only string cache across a fleet → Memcached.

Bookmark: the Redis maxmemory-policy docs — the eviction policy choice matters more than the engine choice.
This week in caching: OPcache vs the PHP 8 JIT

A comparison that trips up people chasing the shiny new flag:

OPcache caches compiled bytecode and is the win for 99% of web apps — turning it off can halve throughput. Always on, always first.
JIT compiles hot bytecode to machine code, but for typical I/O-bound web requests (DB, network) it adds near-zero gain and occasionally regresses.
Where JIT actually pays: CPU-bound work — image processing, math-heavy loops, long-running CLI. Not your WordPress page render.

The practical move: max out opcache.memory_consumption and opcache.max_accelerated_files first, verify with opcache_get_status() that you're not evicting, then only test JIT if you're genuinely CPU-bound.

Bookmark: Brent Roose's PHP JIT benchmarks (stitcher.io) — honest numbers on where it helps and where it doesn't.
This week in caching: Varnish vs Nginx FastCGI cache

Both do full-page caching at the edge of your origin — pick by your TLS and invalidation needs:

Nginx FastCGI cache wins on simplicity: it's already terminating your TLS, one config block, no extra daemon, and fastcgi_cache_purge handles single-URL purges fine for a blog.
Varnish wins on power: VCL lets you normalize cookies, do grace mode (serve stale while revalidating), and ban-by-regex invalidation that Nginx can't match without Lua.
The gotcha: Varnish speaks plain HTTP, so you bolt on a TLS terminator (Hitch/Nginx) in front — two moving parts instead of one.

Small-to-mid WP/Drupal site → Nginx FastCGI cache. High-traffic site needing grace mode and surgical bans → Varnish earns its complexity.

Bookmark: the Varnish 'grace mode' docs — serving stale-while-revalidate is the feature people switch for.
Forwarded from Иванов и арбитраж трафика
This media is not supported in your browser
VIEW IN TELEGRAM
1. Выкатить ни какую он-лайн конфу я естесвенно не выкатил, потерпите

2. После прошлого видео (тык) мой канал теперь имеет юзер @PO_YICA_BRAL

3. Держите вечернее видео, я нажрусь и спать

Чото надо ещё сказать? Ну, можно лишь добавить Настя #MelBet верни деньги, не играй с огнём, со мной лучше не ссориться. Спасибо.

P.S. Бабка-то, похоже, не своей..... см. видео!

С уважением, Иванов Е.Ю!
Пока весь мир смотрел ЧМ, провайдеры делали то, что умеют лучше всего: прикручивали к играм мячи, ворота, футболистов и слово Football.

Мне стало любопытно проверить простую гипотезу: если хайп вокруг ЧМ такой мощный, футбольные игры должны были массово влететь в топы казино.
Не совсем. Хайп — это ещё не билет в топ.

Big Bass Football Bonanza от Pragmatic Play оказался абсолютным монстром дистрибуции: 695 брендов и 626 лобби, почти на 50% впереди ближайшего конкурента.

Но дальше интереснее.

Из глобального топ-10 футбольных тайтлов только 5 слоты. Ещё 4 - instant/casual, один live. Схема «взять слот и нарисовать мяч» d 2026 уже не выглядит такой гениальной.

А деньги при этом были реальные.

У BGaming Soccermania получила: +470% и +308% ставок, а Penalty Duel with Júlio César поднялся со 135-го на 7-е место в категории Crash и вошёл в топ-5 основного лобби.

И вот мой любимый момент: результат сборной вообще не гарантировал результат игре.

Швеция и ЮАР вылетели довольно рано, а их футбольные тайтлы всё равно пробились в локальный топ-20. В Испании, Франции и Аргентине туда вообще вошло сразу по две игры.

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

Больше данных в полном отчёте: https://blask.com/reports/football-titles/
Forwarded from Serg Accs
🎁 РОЗЫГРЫШ $2000 ОТ SERG ACCS

🥇 1 место — $1000
🥈 2 место — $700
🥉 3 место — $300

Как участвовать:
1️⃣ Подпишитесь на канал
2️⃣ Нажмите « Участвую»
3️⃣ Получите 1 стартовый билет

Больше билетов:
🛒 Покупки — минимум 1 билет, далее +1 за каждые полные $50 реальной оплаты. Максимум — 50.
👥 Рефералы — +5 за первую подходящую покупку друга и +1 за каждые накопленные $100 его покупок. Максимум — 50.

Общий максимум — 100 билетов.
Чем больше билетов, тем выше шанс. Даже 1 билет участвует.

Призы начислим на баланс в боте SERG ACCS.

Итоги 15.09. Всем удачи! 🔥
This week in caching: stale-while-revalidate vs plain max-age

Two ways to set freshness in a Cache-Control header, very different UX:

max-age alone means at expiry the next user eats the full origin round-trip — a latency cliff exactly when content goes stale.
stale-while-revalidate serves the stale copy instantly to that user while refreshing in the background, so nobody waits. max-age=60, stale-while-revalidate=300 hides origin latency entirely for 5 min after expiry.
stale-if-error is the underused sibling: serve stale on a 5xx so an origin blip doesn't take the page down.

The catch: support is at the CDN/browser layer, not universal — verify your CDN honors SWR before relying on it (most major ones now do).

Bookmark: Harry Roberts' 'Cache-Control for Civilians' — the clearest map of which directive does what.
Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
Завтра стрим С НАТАШЕЙ ex.ZM где мы обсудим кто как обосрался и был не прав! Типа сплетников но с БАБОЙ! ( у неё пизда ) стрим будет тут https://t.me/+dSPgHo0XFfg4N2U0
This week in caching: edge cache vs origin cache — not either/or

The framing that fixes muddled cache strategies:

Origin cache (Varnish/FastCGI/object cache) protects your database and app server. It's where personalized-but-cacheable fragments and TTL logic live.
Edge cache (CDN PoPs) protects your origin from distance and volume. It's where truly anonymous, identical responses should terminate so requests never reach your box.
The mistake: caching only at one layer. Edge-only means a purge or cache-miss storm hammers a naked origin; origin-only means every user still pays the network RTT to your single datacenter.

Layer them: long edge TTL for static + anonymous HTML, shorter origin TTL with tag-based purge underneath as the safety net.

Bookmark: Fastly's 'multi-tier caching' explainer — the mental model of cache as concentric shields.
Forwarded from AffPapa! Клуб спящих бизнесменов! Потрачено!
РИДДИК! Первый стрим с Ридиком и Ивановым через пол часа тут https://t.me/+HuSG2ngODc41MjY8 - должен быть разьеб! Иванов пьяный! Сделает красиво!