Skip to main content

6 docs tagged with "performance"

View all tags

Analyzing Bundle Size

Learn how to analyze the bundle size of your Create React App project using Source Map Explorer. Identify areas of your codebase that might be bloated and optimize them for better performance.

Browser Developer Tools

Learn how to use Browser Developer Tools (DevTools) to inspect, debug, and optimize websites for performance, accessibility, and security.

Code Splitting

Learn how to optimize your React application's performance by code splitting. Split your code into smaller chunks and load them only when needed, resulting in faster load times and improved user experiences.

Image Attributes in HTML

Learn about the essential attributes of the HTML <img> tag, focusing on required attributes (src, alt) and performance attributes (width, height, loading) to build accessible and fast websites.