9 July 2006 1 comment Web development
This blog post is 16 years old! Most likely, its content is outdated. Especially if it's technical.
I want an extension for Firefox that measures the speed it takes to download a webpage. I'd like a total time and the time for the individual constituents.
For example, it could look like this:
screen.css took 0.5 seconds
core.js too 1.0 seconds
index.html took 2.0 seconds
foo.png took 0.5 seconds
total page took 4.0 seconds
Does anybody know of a solution to my problem? Can it be done?
UPDATE
I just discovered lori which does a decent job. It could be more detailed but so far it's looking quite promising.
- Previous:
- DifferenceFinder (aka. humanreadablediff.py) 6 July 2006
- Next:
- Oil, gas and stupidity 10 July 2006
- Related by category:
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Web development
- How to throttle AND debounce an autocomplete input in React 1 March 2018 Web development
- How to create-react-app with Docker 17 November 2017 Web development
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Web development
- How to have default/initial values in a Django form that is bound and rendered 10 January 2020 Web development
- Related by keyword:
- Fastest way to match a filename's extension in Python 31 August 2017
- Button tag in bloody Internet Explorer 9 August 2005
- Another win for Tracking Protection in Firefox 13 December 2017
- Getting uploadify to work 17 July 2009
- Memory dump blog recovery 1 November 2006
Hi Peter,
I am the author of "lori". Detail output per request is possible. Difficulty right now is how to design for the UI which I am not very good at. Perhaps a compromise is to allow a debug mode and stream them out to the javascript console.