Friday, December 9, 2022

List of flags and command line switches to optimize Chrome (versions 72 and below)

 Flags to apply:

  • Fast tab/window close - ENABLED (Can cause issues, but it seems to work fine for me)
  • Hyperlink auditing - DISABLED
  • Smooth Scrolling - DISABLED (Leave it default if you keep smooth scrolling enabled)
  • Experimental QUIC protocol - ENABLED
  • Touch Events API - DISALBED (Only if you do not use touch screens, otherwise enable it)
  • Touch adjustment - DISABLED (Only if you do not use touch screens, otherwise enable it)
  • Offline Auto-Reload Mode - DISABLED
  • Only Auto-Reload Visible Tabs - ENABLED
  • Simple Cache for HTTP - ENABLED
  • Number of raster threads - 2/4 (Test between 2 and 4)
  • NoScript previews - ENABLED
  • Block scripts loaded via document.write - ENABLED
  • Automatic tab discarding - ENABLED
  • No-State Prefetch - ENABLED PRERENDER
  • Parallel downloading - ENABLED
  • V8 caching mode - Cache V8 compiler data
Note: Touch Events API, Touch Adjustments, Number of raster threads should not be touched on mobile since it could cause some issues involving battery and or performance.

Launch Parameters:
  • Paste these launch parameters after the quotations: --disable-hang-monitor --process-per-site --ssl-version-min=tls1.2

No comments:

Post a Comment