Sitespeed Report

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

What is Sitespeed Report?

Sitespeed Report is a Chrome extension developed by Unknown, and its main feature is "Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sitespeed Report Extension CRX File

Download Sitespeed Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sitespeed Report Sitespeed Report
ID dncilgghjaocdjgbimbkjpeapednecmj
Official URL https://chromewebstore.google.com/detail/sitespeed-report/dncilgghjaocdjgbimbkjpeapednecmj
Description Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.
File Size 14.7 KB
Installation Count 1,206
Current Version 1.0
Last Updated 2017-01-02
Publish Date 2017-01-01
Developer Unknown
Payment Type free
Supported Languages 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\/"
    ]
}