-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuke Telemetry::* from orbit #334
Comments
First cut at this reduced XUL down only by about 300K. Substantial changes were needed for anything that calls Since tele isn't being called in hot loops there is probably a small win here but it feels like only an incremental one and the changes required are massive. I'd rather introduce the whole thing for an FPR release. For 45.6 let's just yank it from the UI facing sections:
|
|
This doesn't include devtools. |
Did the 45.6 parts. Looking at GC/CC for 45.7 or .8. |
do newer commits pushed? latest rev is 0761d95 right now and tabbrowser.xml changes are missing. |
I didn't make any further changes to it. |
isn't telemetrystopwatch calls in tabbrowser.xml stop running when it is not imported in browser.js? |
Using dummy preprocessor macros in toolkit/components/telemetry for things like Telemetry::Accumulate, we should be able to eliminate much dead code.
It's the only way to be sure.
The text was updated successfully, but these errors were encountered: