The two questions we want to answer using quantitive metrics are:
**Do the load screen improvements change how many users drop out of their edit attempt before the interface has fully loaded?**
We are already collecting the necessary data in the EditAttemptStep data stream. We could do an A/B test, but that seems like more work than this is worth and we can instead look at the drop-out rate before and after the load screen improvements were rolled out.
**Do the load screen improvements change the overall load times?**
This is a guardrail metric: we want to make sure that adding this complexity to the loading process doesn't end up increasing the overall load time. We are also collecting the necessary data in the EditAttemptStep data stream.
= To dos =
[] Start oversampling mobile visual editor events in the EditAttemptStep stream