#Prefetching
the perfect app
April 16, 2026 at 8:58 PM
"Acktually! It's called prefetching. It's an optimisation, and this is the only way ios lets you do it."
November 4, 2025 at 4:43 PM
declarative control over prefetching github.com/vercel/next....
July 23, 2026 at 2:15 PM
Next.js 16

• Cache Components
• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-16
October 22, 2025 at 12:37 AM
prefetching is a scam invented by the big cloud to sell more cloud
November 4, 2025 at 5:40 PM
React Router v7.14.0 is now available

- Vite 8 support
- Additional RSC Framework Mode features: SPA mode, pre-rendering, link prefetching, additional module exports
- Several bug fixes
April 2, 2026 at 8:40 PM
Building SPA-like experiences with Next.js (3)

With Partial Prefetching, you can tap a link and the page arrives with its content already there.

Live demo, source code, and docs below ↓
July 22, 2026 at 2:24 PM
Prefetching images with Inertia.js
YouTube video by Aaron Francis
youtu.be
August 2, 2025 at 2:05 AM
Absolutely MASSIVE audio performance gainz in Mario Kart 64 for the Sega Dreamcast from swapping to FP math, instruction pipelining, loop unrolling, prefetching, inline ASM, and the god SIMD instruction on the SH4, FTRV, for matrix transforms!

#gamedev #retrogaming #mariokart #cplusplus
July 18, 2025 at 12:52 AM
Loop unrolling, prefetching, memory barriers, SIMD acceleration, and custom memcpy() to optimize the SW audio synthesizer and mixer from Mario Kart 64 to not run like crap on the Sega #Dreamcast's 200Mhz SH4 CPU! Here's the first HW capture with audio!

#gamedev #indiegame #retrocomputing #mariokart
July 15, 2025 at 9:36 PM
Frameworks that default to prefetching on viewport enter 😑
January 29, 2026 at 7:14 AM
Soaring through the clouds, Astro 5.6 is here. Get ready for:

☁️ first-class astro:env and experimental sessions on Cloudflare
🍪 experimental cookie-less sessions
🤩 fine-tune your preloads
🛡️ catch config problems earlier with better validation
Astro 5.6 | Astro
Astro 5.6 brings first-class astro:env and experimental session support to Cloudflare, and gives more control over prefetching.
astro.build
April 3, 2025 at 2:39 PM
📚 It's been way too long since my last blogpost. Today, I'm continuing my @tanstack.com router series with a pattern that I've been teaching in my workshops for over a year:

How to keep prefetches in sync between route loaders and components:
Reliable Query Prefetching with TanStack Router
Prefetching in route loaders is great, but comes at a cost: We have to keep loaders in-sync with components...
tkdodo.eu
August 18, 2026 at 2:19 PM
"
React SPAs are slow and bloated junk, full of useless heavy JS

Prefetching/prerendering is a bad remedy for a syndrome that MPA apps do not have
"

-- Posted from an iOS app (100mb+ downloaded upfront)
August 27, 2025 at 11:15 AM
> Im coming from a C background and I'm used to carefully and intricately designing my memory allocations, deallocations and access patterns, even in such ways so as to make more efficient use of the CPUs cache hierarchy and prefetching algorithms and what not.
April 29, 2025 at 7:43 PM
unclear if this is a post about memory prefetching or about walkable urbanism
danabra.mov dan @danabra.mov · Apr 27
how would you optimize this process
April 27, 2025 at 1:45 AM
Next.js 16 (beta)

• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-1...
Next.js 16 (beta)
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
nextjs.org
October 10, 2025 at 3:30 AM
Watching agents think feels like waiting for images to load pixel by pixel on a 56k modem.

John on our team got a docs agent to a 0.5s median answer with prefetching, speculation, and fewer round trips to the LLM. Web perf tricks, applied to agents.

www.sanity.io/engineering/...
September 25, 2026 at 7:15 PM
@danabra.mov @pfrazee.com without prefetching vs with prefetching. no more flickering of images/avatars while scrolling :)

without: i.imgur.com/JViju69.mp4
with: i.imgur.com/a00tsJo.mp4
i.imgur.com
December 11, 2023 at 11:00 PM
Run non-critical work without blocking the UI 💤

`requestIdleCallback()` schedules tasks during browser idle time.
⚠️ Limited Availability

⋅ Runs only when the main thread is free
⋅ Great for analytics, prefetching, and cleanup

Learn more 👇
developer.mozilla.org/en-US/docs/...
May 5, 2026 at 11:57 AM
not as sure about that last point actually, i see mixed info about gmail prefetching images and nothing authoritative
February 13, 2025 at 1:00 AM
Im in ur data prefetching ur doods
March 22, 2024 at 9:02 PM
Run non-critical work without blocking the UI 💤

`requestIdleCallback()` schedules tasks during browser idle time.
⚠️ Limited Availability

⋅ Runs only when the main thread is free
⋅ Great for analytics, prefetching, and cleanup

Learn more 👇
developer.mozilla.org/en-US/docs/...
March 22, 2026 at 9:00 PM