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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.」です。
拡張機能のスクリーンショット
Sitespeed Report拡張機能のCRXファイルをダウンロード
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 |
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\/" ] } |