Google ने Web Vitals Extension को किया Retire, अब सभी Features DevTools में
January 2025 में Google ने अपने Web Vitals Chrome Extension का support officially खत्म कर दिया है। अब इसके सभी Key Features को DevTools के Performance Panel में पूरी तरह से integrate कर दिया गया है।
Developers के लिए Important Update
Chrome 132 के साथ Web Vitals Extension officially बंद कर दिया गया। इसे लगभग 2 लाख users ने use किया था, लेकिन अब Google ने DevTools पर पूरा focus किया है। DevTools एक centralized और ज्यादा powerful platform है जो site performance debug करने में मदद करता है।
Web Vitals Extension Retire करने के पीछे का कारण
Web Vitals Extension ने शुरुआती Core Web Vitals monitoring के लिए अच्छा काम किया, लेकिन अब DevTools में वही functionalities और उससे ज्यादा advanced tools available हैं।
DevTools में सभी features को move करने का उद्देश्य developers के लिए performance optimization workflow को seamless बनाना है।
DevTools में क्या नया है?
DevTools के Performance Panel ने Extension की capabilities को replicate और expand किया है। अब इसमें ये नए features available हैं:
1. Live Metrics:
Real-time में Core Web Vitals data, जो आपके local tests के लिए है।
2. Field Data:
Local metrics को CrUX data से compare करें, जिसमें desktop और mobile views दोनों शामिल हैं।
3. Largest Contentful Paint (LCP) Details:
LCP score के पीछे के specific element को ढूंढें, Time to First Byte (TTFB) और render delay जैसे phase breakdowns देखें।
4. Interaction To Next Paint (INP) Interaction Log:
INP में contribute करने वाले interactions को detailed timing के साथ track करें, जिसमें input delay, processing और presentation शामिल हैं।
5. Cumulative Layout Shift (CLS) Log:
Grouped layout shifts को देखें जो आपके CLS score को affect करते हैं।
6. Diagnostic Metrics:
TTFB और First Contentful Paint (FCP) जैसे diagnostic metrics अब available हैं।
Developers को अब क्या करना चाहिए?
अगर आप अब भी Web Vitals Extension का use कर रहे हैं, तो DevTools पर switch करना जरूरी है। Google ने transition को आसान बनाने के लिए migration guide भी share किया है।
Migration के लिए Steps:
- DevTools खोलें और Performance Panel में जाएं।
- Core Web Vitals data real-time में monitor करें।
- Advanced debugging tools का use करें।
Local Copy कैसे Maintain करें?
अगर आप migrate नहीं कर सकते, तो Google ने local copy maintain करने के instructions भी share किए हैं। लेकिन ध्यान दें कि CrUX API key, जो extension से linked थी, revoke कर दी जाएगी। Field data integration को जारी रखने के लिए आपको CrUX API docs से नई key generate करनी होगी।
अब क्या करें
Google का यह कदम DevTools को developers के लिए सबसे अच्छा performance monitoring tool बनाने की commitment को दर्शाता है। Performance Panel न केवल Core Web Vitals बल्कि advanced diagnostics को भी cover करता है।
Key Benefits of DevTools:
- Centralized platform.
- Advanced debugging tools.
- Real-time and field data integration.
Web Vitals Extension ने developers की काफी मदद की थी, लेकिन अब इसके best features DevTools में मौजूद हैं। इससे developers site performance को monitor और optimize कर सकते हैं।
Official Announcement और Resources:
अधिक जानकारी के लिए आप Google का official announcement और GitHub repository देख सकते हैं।