Page MenuHomePhabricator

Loading bookmarked pages slow for long articles
Closed, ResolvedPublic

Description

Loading bookmarked pages can be slow for long articles; the way we worked around the flash of unstyled content (bug 33022) was to hide the rendering until the styles had been replaced with their cached equivalents.

This means waiting until the entire page is laid out etc which can be slow!

A better fix will be to rewrite the page *during* initial caching, so we can just load it directly and have it "just work".


Version: 1.0.0 (Android)
Severity: normal

Details

Reference
bz33197

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:08 AM
bzimport set Reference to bz33197.

philinje wrote:

Brion, did you fix this?