Skip to content

Commit

Permalink
Merge pull request #5342 from JSGRD22/patch-1
Browse files Browse the repository at this point in the history
Fix text rendering issues by decreasing gfx.canvas.accelerated.cache-size back to Firefox default
  • Loading branch information
mauro-balades authored Feb 13, 2025
2 parents 07ede1b + 5f72835 commit 721e121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/app/profile/zen-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ pref("browser.aboutwelcome.enabled", false);

// ---- Experimental settings to try make zen faster
pref("gfx.canvas.accelerated.cache-items", 32768);
pref("gfx.canvas.accelerated.cache-size", 4096);
pref("gfx.canvas.accelerated.cache-size", 256);
pref("gfx.content.skia-font-cache-size", 80);

pref("media.memory_cache_max_size", 1048576);
Expand Down

0 comments on commit 721e121

Please sign in to comment.