[webkit-dev] Does webkit hold previous loaded pages in memory

Alexey Proskuryakov ap at webkit.org
Tue Mar 17 00:18:50 PDT 2009


17.03.2009, в 3:50, Meryl Silverburgh написал(а):

> Does webkit hold pages in memory to allow faster back?


Yes.

There are some limitations, e.g. pages with subframes are not  
currently cached - see <https://bugs.webkit.org/show_bug.cgi?id=4123>  
for more examples.

To reliably prevent a page from going into the back/forward cache, one  
can set up an onunload handler.

- WBR, Alexey Proskuryakov




More information about the webkit-dev mailing list