خط پایه به تازگی در دسترس است
How to query the Web Platform Dashboard for Baseline tooling
Learn about the Web Platform Dashboard and how you can query its HTTP API to get data on features that have reached Baseline to build tools for your development workflow.
- مقدار پایه
- جاوا اسکریپت
۴ مارس ۲۰۲۵
Core Web Vitals workflows with Google tools
With the growing importance of Core Web Vitals, site owners and developers increasingly focus on performance and key user experiences. Google provides many tools to help evaluate, optimize, and monitor pages, but users are often confused by the different sources of data and how to use them effectively. This guide proposes a workflow combining several tools and clarifies where and how they make sense along the development process.
۲۸ فوریهٔ ۲۰۲۵
February 2025 Baseline monthly digest
Read about various happenings with Baseline during February 2025.
- Baseline 2025
- وبلاگ
۲۷ فوریهٔ ۲۰۲۵
۲۱ فوریهٔ ۲۰۲۵
Download AI models with the Background Fetch API
Published: February 20, 2025 Browser Support Source The Background Fetch API requires your app to register a service worker. As the browser fetches, it displays progress to the user and gives them a method to cancel the download. Once the download is
- AI & Machine Learning
- جاوا اسکریپت
۲۰ فوریهٔ ۲۰۲۵
Prefetch resources to speed up future navigations
Learn about rel=prefetch resource hint and how to use it.
- HTML
- جاوا اسکریپت
۸ فوریهٔ ۲۰۲۵
Optimize Cumulative Layout Shift
Cumulative Layout Shift (CLS) is a metric that quantifies how often users experience sudden shifts in page content. In this guide, we'll cover optimizing common causes of CLS such as images and iframes without dimensions or dynamic content.
- CSS
- HTML
۷ فوریهٔ ۲۰۲۵
۷ فوریهٔ ۲۰۲۵
CSS scrollbar-gutter and scrollbar-width are Baseline Newly available
CSS scrollbar-gutter and scrollbar-width have landed in all major browser engines, making it Baseline Newly available.
- Baseline 2024
- وبلاگ
- CSS
۱ فوریهٔ ۲۰۲۵
January 2025 Baseline monthly digest
In its first edition, this Baseline monthly digest covers happenings in Baseline at both Google and the web developer community in January 2025.
- Baseline 2025
- وبلاگ
۳۰ ژانویهٔ ۲۰۲۵
Scaling multithreaded WebAssembly applications with mimalloc and WasmFS
WasmFS and the mimalloc feature in Emscripten can help a lot with allocation and I/O performance. This guide shows how these features can lead to speed improvements of 10 times or more in some cases.
۳۰ ژانویهٔ ۲۰۲۵
WasmGC and Wasm tail call optimizations are now Baseline Newly available
WebAssembly Garbage Collection and Wasm tail call optimizations have now landed in all major browser engines, making them Baseline Newly available.
- Baseline 2025
- وبلاگ
- C
۲۹ ژانویهٔ ۲۰۲۵
Largest Contentful Paint (LCP)
This post introduces the Largest Contentful Paint (LCP) metric and explains how to measure it
- جاوا اسکریپت
۲۱ ژانویهٔ ۲۰۲۵
Time to First Byte (TTFB)
This post introduces the Time to First Byte (TTFB) metric and explains how to measure it.
- جاوا اسکریپت
۲۱ ژانویهٔ ۲۰۲۵
Promise.try is now Baseline Newly available
Promise.try has now landed in all major browser engines, making it Baseline Newly available.
- Baseline 2025
- وبلاگ
- جاوا اسکریپت
۱۷ ژانویهٔ ۲۰۲۵
۱۵ ژانویهٔ ۲۰۲۵
Build local and offline-capable chatbots
Published: January 13, 2024 There are so many amazing projects you can build with AI, with classic machine learning models and newer large language models (LLMs). With LLMs, computers can generate new content, write summaries, analyze text for
- AI & Machine Learning
- وبلاگ
۱۳ ژانویهٔ ۲۰۲۵
Optimize long tasks
You've been told "don't block the main thread" and "break up your long tasks", but what does it mean to do those things?
- جاوا اسکریپت
۱۹ دسامبر ۲۰۲۴
Setting up a payment method
A payment transaction using Web Payments starts with the discovery of your payment app. Learn how to set up a payment method and get your payment app ready for merchants and customers to make payments.
- جاوا اسکریپت
۱۳ دسامبر ۲۰۲۴
Apply effects to images with the CSS mask-image property
CSS masking gives you the option of using an image as a mask layer. This means that you can use an image, an SVG, or a gradient as your mask, to create interesting effects without an image editor.
- CSS
۱۱ دسامبر ۲۰۲۴
Baseline 2024: more tools to help web developers
web-features dataset, Web Platform Status dashboard, Baseline status widget and more! Take a look back on Baseline in 2024.
- وبلاگ
۱۰ دسامبر ۲۰۲۴
Lazy loading video
This post explains lazy loading and the options available to you to lazy loading video.
- HTML
- جاوا اسکریپت
۹ دسامبر ۲۰۲۴
Preload modules
Module preload offers a way of declaratively loading JavaScript modules ahead of time.
- HTML
۲۳ نوامبر ۲۰۲۴
Measure browser autofill on your forms
To optimize user experience, it's essential to understand how users interact with your forms. Browser autofill plays a significant role in this process. Learn how to collect and analyze data on how users use autofill in your forms.
- جاوا اسکریپت
۲۰ نوامبر ۲۰۲۴
Part 2: Build client-side AI toxicity detection
Toxicity detection protects your users and creates a safer online environment. In part two, we learn how to build a client-side AI tool to detect and mitigate toxicity at its source.
- AI & Machine Learning
- جاوا اسکریپت
۱۳ نوامبر ۲۰۲۴
Total Blocking Time (TBT)
This post describes the Total Blocking Time (TBT) metric and explains how to measure it
۴ نوامبر ۲۰۲۴
Getting started with measuring Web Vitals
Learn how to measure your site's Web Vitals in both real-world and lab environments.
۳۱ اکتبر ۲۰۲۴
The most effective ways to improve Core Web Vitals
A collection of best practices that Chrome has identified as the biggest opportunities to optimize web performance and improve Core Web Vitals
۳۱ اکتبر ۲۰۲۴
Optimize Largest Contentful Paint
A step-by-step guide on how to break down LCP and identify key areas to improve.
- جاوا اسکریپت
- HTML
۳۱ اکتبر ۲۰۲۴
۳۱ اکتبر ۲۰۲۴