Bug 1460678 Comment 20 Edit History

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

It is getting worse and worse!

I run the python profiler. It seems that, for a normal doc build, we are calling 981 869 277 times a function called "sentry_patched_popen_communicate".

So, disabling sentry (export DISABLE_TELEMETRY=1) dropped the time from 
./mach doc --no-serve &> foo.log  383,58s user 141,69s system 64% cpu 13:37,21 total
to
./mach doc --no-serve &> foo.log  136,96s user 7,55s system 144% cpu 1:40,21 total
It is getting worse and worse!

I run the python profiler. It seems that, for a normal doc build, we are calling 981 869 277 times a function called "sentry_patched_popen_communicate".

So, disabling sentry (export DISABLE_TELEMETRY=1) dropped the time from 
`./mach doc --no-serve &> foo.log  383,58s user 141,69s system 64% cpu 13:37,21 total`
to
`./mach doc --no-serve &> foo.log  136,96s user 7,55s system 144% cpu 1:40,21 total`

Back to Bug 1460678 Comment 20