docs.rodeo

MDN Web Docs mirror

Web performance

{{LearnSidebar}} 

{{NextMenu("Learn_web_development/Extensions/Performance/why_web_performance", "Learn_web_development/Extensions")}} 

Building websites requires HTML, CSS, and JavaScript. To build websites and applications people want to use, which attract and retain users, you need to create a good user experience. Part of good user experience is ensuring the content is quick to load and responsive to user interaction. This is known as web performance, and in this module you’ll focus on the fundamentals of how to create performant websites.

The rest of our beginner’s learning material tries to stick to web best practices such as performance and accessibility as much as possible, however, it is good to focus specifically on such topics too, and make sure you are familiar with them.

Prerequisites

While knowing HTML, CSS, and JavaScript is needed for implementing many web performance improvement recommendations, knowing how to build applications is not a necessary a prerequisite for understanding and measuring web performance. We do however recommend that before you work through this module, you at least get a basic idea of web development by working through our Your first website module.

It would also be helpful to go a bit deeper into these topics, with modules such as:

Guides

See also

{{NextMenu("Learn_web_development/Extensions/Performance/why_web_performance", "Learn_web_development/Extensions")}} 

In this article

View on MDN