Skip to content

Instantly share code, notes, and snippets.

@jaredfaris
Last active December 24, 2015 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredfaris/425424a034e427511362 to your computer and use it in GitHub Desktop.
Save jaredfaris/425424a034e427511362 to your computer and use it in GitHub Desktop.
F12 - Tools And Tips For Tuning And Debugging The Web

F12 - Tools and Tips for Tuning and Debugging The Web

You already know how to debug your C#/VB.NET but what about everything in the browser? The developer tools in IE (and every other modern browser) are packed full of features to help. Having trouble working with minified code? There’s a simple trick to deminify it all. Pages slow or rendering oddly? Profiling and timeline features can help solve this. Bonus topics will include tools like Glimpse and Fiddler that show what the heck the server is doing to your UI. Sites will still do strange things, but now there are ways to fix them.

F12 - Tools And Tips For Tuning and Debugging the Web

You know how to debug "real code". What about things in the browser? Dev tools in modern browsers (including Edge) are full of features to help. Trouble working with minified code? There's a simple trick to deminify it. Pages slow or jittery? Profiling and timelines can help you figure out why. Additional tools like Fiddler and WebPageTest can tell you even more. Sites will still do strange things, but now you can fix them.

F12 - Tools And Tips For Tuning and Debugging the Web

You already know how to debug your "real code" but what about everything in the browser? The developer tools in every modern browser (including Edge) are packed full of features to help. Having trouble working with minified code? You'll learn a simple trick to deminify it all. Pages slow or rendering oddly? Profiling and timeline features that can help you figure out why. Bonus topics will include tools like Glimpse and Fiddler that let you figure out what the heck the server is doing to your UI. Sites will still do strange things, but now there are ways to fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment