Bug 1578542 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I was quite surprised by these, I didn't think sessionstore would affect page-load times - but as :stephend and :jesup have mentioned, it is somewhat expected. There is some work on sessionstore in fission, which should help with the regression (I don't know what bug it is, but if anyone does it would be great to reference it here).

I spent some time looking into the code for crashes in raptor and found that RaptorDesktop never calls `self.check_for_crashes` in `self.run_test_teardown` so this would be the next thing we should try here: https://dxr.mozilla.org/mozilla-central/source/testing/raptor/raptor/raptor.py#839
I was quite surprised by these, I didn't think sessionstore would affect page-load times - but as :stephend and :jesup have mentioned, it is somewhat expected. There is some work on sessionstore in fission, which should help with the regression (I don't know what bug it is, but if anyone does it would be great to reference it here).

I spent some time looking into the code for crashes in raptor and found that RaptorDesktop never calls `self.check_for_crashes` in `self.run_test_teardown` so this would be the next thing we should try here: https://dxr.mozilla.org/mozilla-central/source/testing/raptor/raptor/raptor.py#839

EDIT: Nevermind, found the call here: https://dxr.mozilla.org/mozilla-central/source/testing/raptor/raptor/raptor.py#218

Back to Bug 1578542 Comment 11