this post was submitted on 04 Jul 2025
15 points (100.0% liked)
Firefox
20257 readers
6 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Developer Options -> Network then add all the entries in the Size column. Is that what your looking for?
That's exactly what i was looking for. Thanks. I mostly want an easy way to make sure none of my web pages are too big, so looking in Developer Options makes sense.
Down at the bottom of the network tab, it will tell you the total size.
The first column is the total size of the page, the second is how much was actually downloaded. That will be smaller if the web server uses compression or if any of the files are already cached.
The shortcut is
Ctrl
+Shift
+E
to directly go to the network tab. You can do this on a new tab even before you enter the url of the website.Also, you might want to keep the network tab open a little longer because some content and media will only load after the web page has completely loaded.
In addition I would advice to scroll all the way down, as nowadays most media is lazy-loaded.
Glad I could help!