WhatIsWiki
  • Blog
  • Topics
WhatIsWiki
  • Blog
  • Topics

Get new explainers in your inbox

Short, practical updates. No spam. Unsubscribe anytime.

WhatIsWiki© 2026 WhatIsWiki
  • Blog
  • Topics
  • Authors
  • About
  • Contact
  • Editorial
  • Privacy
  • Sitemap
  • RSS
  1. Home
  2. /Blog
  3. /Topics
  4. /Web Performance

Topic hub

Web Performance

Win Core Web Vitals without sacrificing content quality.

Core Web Vitals, caching, images, and delivery techniques that improve page experience.

What you’ll learn

  • Core Web Vitals

    LCP, INP, and CLS targets for article pages.

  • Images

    next/image, dimensions, and descriptive alt text.

  • Caching

    Static HTML, ISR, and asset caching.

  • JavaScript budget

    Prefer Server Components and skip heavy widgets.

Learning roadmap

  1. Audit LCP on article templates
  2. Optimize fonts and hero media
  3. Remove third-party comment/share widgets
  4. Cache static pages aggressively
  5. Re-test after each feature add

Most popular

  • What Is HTML? · 4 reads

Latest tutorials

  • a simple HTML code snippet
    Shubh Singh·Web Performance·Jul 28, 2026

    What Is HTML?

    HTML is the backbone of a website, providing structure and meaning to content.

    3 min read·Beginner
    • html
    • web-development

FAQ

Do comments hurt performance?

Often yes—third-party comment widgets add JS weight and spam risk. Skip them early.