Home/web.dev
Source

web.dev

904 articles from web.dev.

Performance — Third-party JavaScript performance

Third-party JavaScript performance

This post describes the common kinds of third-party JavaScript and the performance issues they can cause. It also provides general guidance about how to optimize third-party scripts.

Wweb.dev·Performance
Frontend — The UI fund

The UI fund

Announcing the UI fund from Chrome, designed to provide grants for people who work on design tools, CSS, and HTML.

Wweb.dev·Frontend
Engineering — User Location

User Location

Most browsers and devices have access to the user's geographic location. Learn how to work with the user's location in your site and apps.

Wweb.dev·Engineering
Performance — The value of speed

The value of speed

Demonstrate the revenue generated by site improvements while excluding external factors such as marketing campaigns.

Wweb.dev·Performance
Engineering — The <video> and <source> tags

The <video> and <source> tags

You've properly prepared a video file for the web. You've given it correct dimensions and the correct resolution. You've even created separate WebM and MP4 files for different browsers. For anyone to see it, you still need to add it to a web page.

Wweb.dev·Engineering