is there an extension for google chrome which displays all requests and responses via network , how long they take and status as firebug on firefox does?
I have been searching for a while now. no success. - So i decided just to ask.
Thanks,
|
is there an extension for google chrome which displays all requests and responses via network , how long they take and status as firebug on firefox does? I have been searching for a while now. no success. - So i decided just to ask. Thanks, |
|||
|
|
|
You can use developer tools (CTRL+SHIFT+I) and select Network tab. Press the record button and then refresh the page you want to test. Here is an image of what it looks like in the current page
If you need more details to help you identify performance issues you can download Speed Tracer. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs You can install it from here |
|||
|
|
|
There is a extension for Chrome from Firebug called Firebug Lite which may be what you are looking for. However, why not use the built in tools within Chrome. Right clicking anywhere on the page and selecting "Inspect Element" opens the Developer Tools. These tools include:
Check out the official Google Chrome Developer Tools page for a full breakdown of features. |
|||
|
|
|
No extension necessary. Press |
|||
|
|