Skip to content

TrueHerobrine/trues-chromium-optimizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Welcome!

I'll be showing you some easy optimization flags that can be applied to any Chromium browser (ie. Chrome, Chromium, Opera GX, etc.)

Capture

These are the main optimizations you will need.

Here's an explaination, in order, of what they do:

  • Number of Raster threads

    Tells your browser how many cores/threads of your processor you want it to use to generate the look of the webpage

    Optimal setting: 4

  • Experimental QUIC protocol

    Optimal setting: Enabled

    A new type of encryption to connect to sites that prioritizes speed and security, of course.

  • WebAssembly baseline compiler

    Optimal setting: Disabled

    I'm too lazy to explain this one, if you want an explanation, I'll link one here 🤣🤣

  • WebAssembly tiering

    Optimal setting: Disabled

    See this

  • GPU rasterization

    Optimal setting: Enabled

    Tells your computer's GPU to render the website you're loading

    Note: I would not recommend enabling this one if you have an iGPU.

  • Not typing the name of this one lol

    Optimal setting: Enabled

    Tells your browser to use two render threads instead of one.

    That's it!

    Now, enjoy your newly optimized browser! So long!

Please create an issue if I've made a mistake.

About

Google Chrome/Chromium Engine Optimizations using flags!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published