This repository has been archived by the owner. It is now read-only.
Record how long it takes to process an image #2555
Closed
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We record how large images are on the
uploadevent. We should also track how long they take to create in the browser. Most are pretty quick, but large images can take a while and since webextensions still run on the main thread that might cause a bit of jank in the browser.Let's start recording the numbers so we know what we're dealing with
The text was updated successfully, but these errors were encountered: