Is this issue related to my ancient 15-year-old graphics card, my browser, or something else?

  • Limcon@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 months ago

    One thing, always use hardware acceleration.

    Does it get better if you set in about:config:

    • dom.ipc.processCount and dom.ipc.processCount.webIsolated to your number of threads on your cpu
    • gfx.webrender.all to true
    • fission.autostart to true

    I think it would, in my suspicion, make a better use of your cpu (the threadpool would be more efficient in the processcount), using the new renderer (webrender) and possibly make it a little more secure with one thread per website (or something, i don’t remember exactly) using fission.

    Edit: An explanation on webrender