New: We've launched a brand new Coding Challenges section! Check out these interactive, real-world exercises to level up your skills.Explore Challenges
FrontendPrep
Topic Directory

Web Performance Questions

Master your Web Performance fundamentals, advanced mechanics, and ace your frontend interview challenges.

Web Performance Stats
10questions loaded
0 Easy7 Medium3 Hard
Show
Sort

Showing 10 of 10 questions

Web Performance
Medium

Code Splitting and Lazy Loading Optimization

Master modern code optimization. Learn how code splitting, dynamic imports, chunk optimization, and React lazy loading work, and how they improve loading metrics.

PerformanceCode SplittingReact+1
6 min read
View
Web Performance
Medium

Web Performance: Core Web Vitals (LCP, FID, CLS, INP)

Master Google's Core Web Vitals metrics. Learn how LCP, FID, CLS, and the new INP are calculated, what causes layout shifts, and practical optimization strategies.

PerformanceCore Web VitalsOptimization
10 min read
View
Web Performance
Hard

Optimizing the Critical Rendering Path and CDN Strategy

Master the Critical Rendering Path (CRP). Learn how the browser parses DOM and CSSOM, constructs the Render Tree, performs Layout and Paint, and how CDN edge caching accelerates this process.

PerformanceBrowsersCDN
7 min read
View
Web Performance
Hard

Web Performance: HTTP Caching and CDN Optimization

Master HTTP caching headers (Cache-Control, ETag, Last-Modified) and CDN edge networks. Learn about Cache-Control directives (max-age, s-maxage, stale-while-revalidate) and caching strategies.

PerformanceHTTP CachingCDN
9 min read
View
Web Performance
Medium

Web Performance: Image and Resource Optimization

Learn modern resource loading optimizations. Understand image sizing, responsive srcsets, WebP/AVIF formats, fonts preloading, defer/async script loading, and resource hints (dns-prefetch, preconnect, preload).

PerformanceResource OptimizationWeb Standards
9 min read
View
Web Performance
Medium

Web Performance: Lazy Loading with Intersection Observer

Implement high-performance lazy loading for off-screen images and dynamic scroll listings using the browser-native Intersection Observer API.

PerformanceWeb APIsLazy Loading
7 min read
View
Web Performance
Medium

Web Performance: Debounce vs Throttle

Understand the differences between debouncing and throttling, how to implement them, and how they improve frontend performance.

Web PerformanceJavaScriptEvents
6 min read
View
Web Performance
Hard

Web Performance: Layout Thrashing and Forced Synchronous Layouts

Understand layout thrashing (forced synchronous layout) in web browsers, how to identify it, and how to resolve it to achieve smooth animations.

Web PerformanceBrowsersRendering+1
6 min read
View
Web Performance
Medium

Web Performance: Preload, Prefetch, and Preconnect

Understand the differences between preload, prefetch, preconnect, and dns-prefetch, and how to use them to optimize page load speeds.

Web PerformanceBrowsersCritical Rendering Path
6 min read
View
Showing 1 to 9 of 10 questions