Chrome 67 has enabled Site Isolation on Windows, Mac, Linux, and Chrome OS, which increases memory usage by 10-13% and introduces some problems for web developers:
- Full-page multi-frame layout is no longer synchronous, since the frames of a page may be spread across multiple processes,
beforeunload
event handlers are not working in cross-site subframes andunload
event handlers may have issues withpostMessage
,- DevTools' Network panel does not show cookies and other request headers for cross-site subresource requests.
I want to save RAM more than extra security. How to disable Site Isolation?