Build page gets slow when watching live logs

From @kentcb on Tue Oct 25 2016 01:43:51 GMT-0400 (EDT)

When kicking off a build, I have to remember to navigate away from the build page because otherwise my CPU will become pegged at 100% and I will be forced to close the tab and re-open.

This was true when I was using Chrome on a Mac, but also true on Windows. My current Chrome version is 53.0.2785.143 m (64-bit).


Copied from original issue: https://github.com/bitrise-io/bitrise.io/issues/83

1 Like

I have the same issue, makes my computer unusable if I forget to navigate away

1 Like

I’ve got a workflow that includes a Carthage step with ‘–verbose’. Watching the build run in Chrome (with follow mode on) it pegs a CPU.

I ran the Chrome Developer Tools time profiler on it and saved the profile, which is meaningless to me since it’s based on obfuscated/minified javascript names. But perhaps it will help you diagnose.

Here’s the CPU profile log, if it’s helpful: https://www.dropbox.com/s/hfcmq7ja7d36x1a/Bitrise%20build%20log%20pegged%20in%20Chrome.cpuprofile?dl=0

Thanks for all the details @lyricsboy!

@corymsmith @lyricsboy we rolled out a couple of updates which should make the real-time log viewer more efficient / less CPU intensive, would love to hear what you think