Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Web Performance

Tag

Web Performance

Every published article tagged with Web Performance.
Illustration for Improving CLS: How to Prevent Cumulative Layout Shift from Dynamic Web Fonts
Web Development/Aug 7, 2026

Improving CLS: How to Prevent Cumulative Layout Shift from Dynamic Web Fonts

Learn techniques to optimize Cumulative Layout Shift (CLS) issues caused by slow-loading fonts and prevent unexpected layout movements on page load.

8 min read
Web PerformanceCls
Illustration for Next.js 15 Partial Prerendering in Production
Web Development/Jul 15, 2026

Next.js 15 Partial Prerendering in Production

Learn how to configure, deploy, and optimize Next.js 15 Partial Prerendering (PPR) in production environments for faster load times.

4 min read
Next.jsReact
Illustration for The Hydration Cost: Why React Apps Feel Slow on Startup
Web Development/Jul 7, 2026

The Hydration Cost: Why React Apps Feel Slow on Startup

Under the hood of hydration in React. Discover how server-side rendering loads pages, why hydration causes startup lag, and how to optimize it.

5 min read
ReactNext.js