SpeedVitals

Perform Web Vitals & TTFB Test on Multiple Locations & Devices

SpeedVitalsคืออะไร?

SpeedVitals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speedvitals.com และคุณลักษณะหลักของมันคือ "Perform Web Vitals & TTFB Test on Multiple Locations & Devices"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeedVitals

ดาวน์โหลดไฟล์ส่วนขยาย SpeedVitals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SpeedVitals Extension helps you perform the Web Vitals Speed Test and TTFB Test on any website directly from your browser.

SpeedVitals is a free Web Performance measurement tool that uses Lighthouse to measure Lab Data and Chrome's User Experience API (CrUX) to measure field data.


Key Features

1) Web Vitals: Measure all the Web Vitals such as First Contentful Paint (FCP), Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS), First Contentful Paint (FCP), Time to Interactive (TTI), and Speed Index (SI). We also measure some other metrics like Server Response Time (TTFB) and Web Page Size.

2) TTFB Testing: Measure TTFB (Time to First Byte) from 40 locations across the globe

3) Multi-Device Testing: Measure your Website's Performance across more than 30 devices having different Form Factors

4) Multi-Location Testing: Run Core Web Vitals test on more than 35 locations across the globe including United States, United Kingdom, India, Japan, Australia, Germany, Brazil, South Korea, and more.

5) Field Data: View the real-world Core Web Vitals data of any Web Page using Chrome's User Experience API.

6) Resource Graphs: Resource Graphs give a visual representation of Web Page resource distribution.

7) Waterfall Chart: Waterfall Chart provides a visualization of the load timings with metrics like Blocking Time, DNS Lookup Time, TCP Connect Time as well as HTTP Request/Response Header information.

8) Layout Shift Visualizer: Layout Shift Visualizer presents a GIF of Cumulative Layout Shift (CLS) and helps diagnose the cause behind the shift

9) Code Coverage: Code Coverage helps identify the resources (CSS/JavaScript) with unused code segments 

10) SpeedVitals Pro Tips: SpeedVitals Pro Tips is an advanced curated list of factors that can dramatically speed up a Web Page. It also includes advanced platform-specific tips for CMSs like WordPress                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpeedVitals SpeedVitals
ID mccagcbgocbjhgbmjkpndpeolhcnaene
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speedvitals/mccagcbgocbjhgbmjkpndpeolhcnaene
คำอธิบาย Perform Web Vitals & TTFB Test on Multiple Locations & Devices
ขนาดไฟล์ 37.18 KB
จำนวนการติดตั้ง 1,253
เวอร์ชันปัจจุบัน 2.4.1
อัปเดตครั้งล่าสุด 2023-08-15
วันที่เผยแพร่ 2021-09-26
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://speedvitals.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://speedvitals.com
URL หน้าช่วยเหลือ https://speedvitals.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://speedvitals.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpeedVitals",
    "description": "Perform Web Vitals & TTFB Test on Multiple Locations & Devices",
    "version": "2.4.1",
    "author": "[email protected]",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/app.speedvitals.com\/"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ]
}