ZyVOP Logo
Content That Connects
SeriesAI NewsWhy ZyVOPJoin Discord
LoginGet Started
ZyVOP Logo
Content That Connects

The Developer Publishing Hub. Write once, cross-post to Dev.to, Medium, Hashnode, WordPress & Bluesky with automated canonical source tags and zero paywalls.

Content

  • Categories
  • Tags
  • Badges
  • Leaderboard
  • Write Article
  • Newsletter

Company

  • About Us
  • Why ZyVOP
  • Developer API & CLI
  • Write for Us
  • Contact

Connect

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • DMCA Policy
  • Code of Conduct

© 2026 ZyVOP. Developer Publishing Hub.

Zero paywalls · Full content ownership
All systems operational
All Topics

#performance

Discover insights, guides, and tutorials tagged with "performance"

RSS
21 Articles
Async Svelte: Using await Directly in Your Components

Async Svelte: Using await Directly in Your Components

Svelte 5.36 lets you use await at the top level of a component, inside $derived, and in your markup. Here is how synchronized updates, bound...

#performance#JavaScript#svelte
Danny Holloran
Danny Holloran
Aug 31, 2026
4 min
The Web Locks API: One Tab Does the Work, the Rest Wait

The Web Locks API: One Tab Does the Work, the Rest Wait

Your app already runs in five tabs at once, and they all think they are in charge. The Web Locks API gives the browser a real mutex so only ...

#performance#web-apis#JavaScript
Danny Holloran
Next.js Partial Prefetching: One Shell Per Route, Not One Per Link

Next.js Partial Prefetching: One Shell Per Route, Not One Per Link

Next.js 16.3 stops firing a prefetch request for every link in the viewport and caches one reusable loading shell per route instead. Here's ...

#performance#react#JavaScript
Danny Holloran
Declarative Partial Updates: Out-of-Order HTML Streaming Without a Framework

Declarative Partial Updates: Out-of-Order HTML Streaming Without a Framework

Chrome 148 ships experimental support for filling HTML placeholders out of order and streaming markup into the DOM. Here's how the new templ...

#web-apis#performance#JavaScript
Danny Holloran
Caching Strategies Every Backend Developer Must Know

Caching Strategies Every Backend Developer Must Know

A practical, code-first guide to cache-aside, read-through, write-through, write-behind, and refresh-ahead patterns — with Redis examples, e...

#performance#System Design#Redis
Pradeep Kumar
React's Activity Component: Hide UI Without Losing Its State

React's Activity Component: Hide UI Without Losing Its State

React 19.2's Activity component hides a subtree instead of unmounting it, so state, scroll position, and DOM survive the round trip. Here's ...

#JavaScript#react.js#react
Danny Holloran
revalidateTag vs updateTag: Next.js Split Cache Invalidation in Two

revalidateTag vs updateTag: Next.js Split Cache Invalidation in Two

Next.js 16 gave cache invalidation two different functions instead of one, and the split maps to a real distinction: content that can lag ve...

#performance#react#web-apis
Danny Holloran
The Long Animation Frames API: Find What Actually Broke Your INP

The Long Animation Frames API: Find What Actually Broke Your INP

Your field data says INP is 400ms. Your local profile says everything is fine. The Long Animation Frames API closes that gap by naming the s...

#web-performance#performance#JavaScript
Danny Holloran
Code-Splitting Is a Boundary Decision, Not a Bundle Trick

Code-Splitting Is a Boundary Decision, Not a Bundle Trick

The command palette article closed by promising the last piece of this look-and-feel stretch, and it's the one that looks the most like a so...

#react#performance#Architecture
Maksym Kuzmitskyi (MaximusFT)
Danny Holloran
Aug 29, 2026
4 min
Danny Holloran
Aug 24, 2026
4 min
Danny Holloran
Aug 22, 2026
3 min
Pradeep Kumar
Aug 19, 2026
12 min
Danny Holloran
Aug 18, 2026
3 min
Danny Holloran
Aug 17, 2026
3 min
Danny Holloran
Aug 10, 2026
3 min
Maksym Kuzmitskyi (MaximusFT)
Aug 7, 2026
6 min