Hacker News new | ask | show | jobs
by StavrosK 4842 days ago
It is enabled for me, pages are served from memory (it doesn't request them from the network again). It's just that Chrome is slow at it, while Opera/FF are instant.
1 comments

Maybe this is due to their infinite caching? There was a article on HN a while back about how it impacted performance after a while[1]. Turns out checking a large cache of files (apparently with a poor choice of data structure backing the search) for visited links ends up being non-negligible a year into browsing.

[1]: http://news.ycombinator.com/item?id=5281540 Unfortunately, the original article looks to have been removed.

I thought I saw that being debunked by a Chrome developer, I remember him saying that this was changed a while ago, and now the cache has a maximum limit. Clearing the cache doesn't seem to do anything for this problem, though (the page still reflows). It doesn't take more than a few ms, but it's annoying when other browsers do it instantly.
The aptiverse page making that claim was removed from the web rather quickly, so either way, which is a little suggestive.