On Tue, 24 Feb 2004, Gavin Henry wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I was thinking about the timing of entering url to complete rendered page.
How about a perl or bash script that simply checks the time a cache item was first entered into the cache dir until the last one. And that should be the full rendering time?
This varies from browser to browser, and finding a custom way for each one is what I'd do. For instance: to visually check the images once the html page has arrived is one way (just select a page with closely placed images to avoid much scrolling).
I checked out ~/.dillo/ to look for a cache dir. Is it this setting use_dicache=NO to YES??
No (explained in the former email). Dillo doesn't cache to disk, but it will tell you when a page is done (look at the top meters). Note that when a page includes images inside iframe these will not be loaded, but you can check that in advance and wait for the image counter to reach a certain number. As I wrote above, the page completion check depends on the browser. Cheers Jorge.-