Open atuchin-m opened 3 months ago
compare build to confirm the regression: https://ci.brave.com/job/brave-browser-test-perf-macos/1920/
Here is who it looks in traces when the browser load example.com before (good):
after (bad): the same events, but extra gap after:
It sounds like some changes in Compositor. I've tried to cherry-pick https://chromium-review.googlesource.com/c/chromium/src/+/5734612, but it doesn't give any effect.
checking the regression on example.com on system_health scenario doesn't confirm it:
Checking the real browser installation also doesn't show any significant differences for FirstPaint metrics.
looks like it's:
The issue happens only for navigations from a special pages (like about:blank) to a regular one in a same renderer. Regular navigations look good if they target to another renderer. For the same render it doesn't look good:
@atuchin-m can we close this one off? Believe the above was found during C128
and we're now on C131
and about to merge C132
into master
once QA completed our verifications.