FrontendPrep
Menu
Topics
Questions
Guides
Challenges
Soon
Topic Directory

Web Performance Questions

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

Web Performance Stats
7questions loaded
0 Easy5 Medium2 Hard
Show
Sort

Showing 7 of 7 questions

Web PerformanceMedium

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 PerformanceMedium

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 PerformanceHard

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 PerformanceHard

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 PerformanceMedium

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 PerformanceMedium

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 PerformanceMedium

Web Performance: Optimizing Render-Blocking Resources

Learn how to identify and resolve render-blocking CSS and JavaScript. Understand inline critical path styling, code coverage profiling, and dynamic import loading.

PerformanceCritical PathOptimization
9 min read
View