Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools similar to HTTP Watch or YSlow for Google Chrome browser

Hi We are testing our app in Google chrome for support. The basic loading is in scrambled and all the pages are in total CSS mess which we need to clean up unfortunately.For this I require a tool which works similar to firebug for Mozilla.Also to check headers, cookies, caching and POST data ,compression, redirection & chunked encoding a similar tool to HTTP watch is also desired. Any suggestions.Thanks

like image 866
GustyWind Avatar asked Dec 24 '09 06:12

GustyWind


People also ask

What are Google Chrome tools?

Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. Get started with Google Chrome's built-in web developer tools. All of the ways that you can open Chrome DevTools. Stay up to date with the latest DevTools changes.

What are 3 ways to open Developer Tools in Google Chrome?

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

What is http watch tool?

HttpWatch acts as an in-browser HTTP sniffer and displays detailed information about HTTP(S) requests generated by Chrome. This information includes: - HTTP headers - HTTP cookies - Status codes and errors - Query Strings - POST Data - Content - image, textual and binary - Timings. 14.0.13. August 10, 2022.


1 Answers

Chrome comes with a Firebug equivalent built-in. Just right-click to inspect element and you should see the debugger.

Then install "Speed Tracer" and you will have profiling tools.

like image 148
reechard Avatar answered Oct 13 '22 11:10

reechard