Greg Ayrton Там включается куча настроек по загрузке вкладок по требованию и выгрузке страниц из оперативной памяти по истечении 40 секунд простоя.
opera://flags:
•
#delay-onload – This one is my favorite – after restoring session, onload JS events in background tabs arent fired until a tab is activated. It might not sound that important, but during tests this feature was giving the best results – both in loading times, and CPU/memory usage.
•
#extended-lazy-session-loading (requires
#lazy-session-loading being on) – causes that an active tab + the configured number of tabs (still working on the number, for now its 2) is being loaded normally when restoring the session. When any of tabs finishes loading, it triggers the next one to start loading, until all tabs are done. It takes more time to fully restore session, but the start-up itself is much quicker it and takes less CPU.
•
#restore-contenteditables-state – the content of elements with contenteditable=”true” is restored on session restoration/history navigation.
•
#tab-hibernation – If a background tab is inactive (does not load anything including XHRs, plays any media, plug-in is not streaming any data, or a script is not changing pages title/favicon) for 40 seconds its process gets suspended and swapped out (causing process memory usage drops significantly). Swapping out happens instantly on Windows and is driven by OS on mac. If the process is shared between couple of tabs, all of them have to be inactive for this to kick in.
•
#session-tabs-serialization – all pages from opened tabs are serialized on HDD when closing the browser and are loaded from there instead of the network when restoring the session. This feature should be especially useful for the users with low bandwidth network.
http://blogs.opera.com/desktop/2014/03/opera-developer-21-0-1432-5/ Кстати, где находится русификация:
http://amr-now.nm.ru/menu-opera.htm