Necko/MobileCache/MicroBenchmarks: Difference between revisions

Line 146: Line 146:
[[File:Nexuss-100iter-128byte-telemetry-nocache.png]]
[[File:Nexuss-100iter-128byte-telemetry-nocache.png]]


Observe that the first load takes a very long time, caused by a long delay between creating the channel to asyncOpen is called. Not entirely certain what can cause this, but I assume it's caused by this being the first load and certain things may have to be set up. (It is not (should not be!) caused by the cache-service creating the disk-cache because caching is disabled in this test.)
Observe that the first load takes a long time, caused by a delay between creating the channel to asyncOpen is called. I'm not entirely sure what can cause this, but I assume it's because it's the first load and certain things may have to be loaded and set up. It is not (should not be!) caused by the cache-service creating the disk-cache because caching is disabled in this test. It is easy to modify the test to load a couple of resources prior to starting the timed loop.


=== test_timing_cache.js '''(Obsolete)''' ===
=== test_timing_cache.js '''(Obsolete)''' ===
97

edits