Page MenuHomePhabricator

Content flashes when loading pages in Chrome
Closed, ResolvedPublic

Description

To reproduce:

  • Load secure.phabricator.com in Chrome on OSX.
  • Page content visually flashes during rendering.

Event Timeline

I think I had pushed new code to secure001 and then wandered off to do something else.

This left requests hitting one of the hosts randomly, then loading panels from other hosts randomly. Likely, at least one of those requests would hit secure001, and at least one request would hit a different secure host. These two requests returned different copies of core.pkg.css, and when Chrome got the second copy it had to recompute page layout.

This is something we can monitor in the long run, but ultimately operational error.

Specifically, I resolved it by just pushing everything.