Home page

Navigate to posts page to trigger bug. Check devtools to see if it is preloaded (in network tab you should see request to /posts with type x-component, filtered under XHR). What you should expect to see:

  1. Instant page transition
  2. All data on page will be raw html, no styles, no formatting
  3. Very soon styles are loaded and applied. It is almost instant, but still clearly visible, which makes it look like flickering

Future attempts to visit this page will work normally. To reproduce bug again return to home page and reload.