Sitespeed Report

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

O que é Sitespeed Report?

Sitespeed Report é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sitespeed Report

Baixe arquivos de extensão Sitespeed Report no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sitespeed Report Sitespeed Report
ID dncilgghjaocdjgbimbkjpeapednecmj
URL Oficial https://chromewebstore.google.com/detail/sitespeed-report/dncilgghjaocdjgbimbkjpeapednecmj
Descrição Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.
Tamanho do Arquivo 14.7 KB
Contagem de Instalações 1,206
Versão Atual 1.0
Última Atualização 2017-01-02
Data de Publicação 2017-01-01
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}