Firefox DevTools
Categories:
2 minute read
Overview
Most browsers (Firefox, and the lessers too) have some built-in tools to support web developers. Firefox’s are called “DevTools” and they’re pretty great. The most comprehensive documentation for Firefox’s DevTools is in the MDN’s What are browser developer tools?.
Configuring DevTools
The default settings are pretty good, but you may want to make a few of the changes I use.
Rulers
Sometimes it can be helpful to see the dimensions of the viewport.
HTTP Cache
Some of the code we write in developing for the clientside could be cached by the browser. Generally, that’s great, but when we’re actively working on a page and the browser stops showing us the most up-to-date view of it, it can be confounding.
Responsive Design Mode
Firefox’s DevTools have a great Responsive Design Mode that facilitates you in testing how your page will look on different devices (e.g. with different known viewport sizes, network speeds, etc.).