Sitespeed Report

Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.

Τι είναι το Sitespeed Report;

Το Sitespeed Report είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sitespeed Report

Λήψη αρχείων επέκτασης Sitespeed Report σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This tool shows a sitespeed report for the current page you are on. You can choose the show a report in the browser , console , or both console and browser. All options are customizable. The report display is full customizable look and feel wise, as well as the ability to turn off what you want to see and don't.

Includes:
Client
-Render Time
-Page Interactivity Time
-Content Time
-File Download Time
-Page Load event

Server
-Redirect Time
-Unload Time
-AppCache Time
-DNS Time
-Connection Time
-SSL Time
-Request Time
-Response Time
-Time to first byte

Page
-Fetch Time
-Client Time
-Server Time
-Page Load Time

Memory Usage
-jsHeapSizeLimit
-totalJSHeapSize
-usedJSHeapSize

Resources on the page:
CSS, JS , Ajax Calls, Images, and Other requests                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sitespeed Report Sitespeed Report
ID dncilgghjaocdjgbimbkjpeapednecmj
Επίσημο URL https://chromewebstore.google.com/detail/sitespeed-report/dncilgghjaocdjgbimbkjpeapednecmj
Περιγραφή Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.
Μέγεθος Αρχείου 14.7 KB
Αριθμός Εγκαταστάσεων 1,206
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-01-02
Ημερομηνία Δημοσίευσης 2017-01-01
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sitespeed Report",
    "description": "Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}