Browse Source
Remove failed real-time DOM monitoring attempt that caused performance regression: - Revert to page.reload() verification method for reliability - Maintain 39% performance improvement from navigation optimization - Keep performance monitoring and importUserFromAccount changes Real-time monitoring failed because activity list requires page refresh to update. Application architecture prevents real-time DOM monitoring without app-side changes. Performance results maintained: - Chromium: 19.1s (49% faster than original) - Firefox: 34.5s (31% faster than original) - Average: 26.6s (39% improvement from 43.4s)pull/159/head
1 changed files with 3 additions and 24 deletions
Loading…
Reference in new issue