So I jumped ship from Windows to Kubuntu last night, and It’s mostly been pretty good. However my general performance of the computer has been abysmal. Like it takes upwards of 5 seconds to open anything. All of my hardware seems to be running at max speeds, so I have no idea why it would be so sluggish? It’s as if I’m running on 2gb of ram and a cpu at like 1.5ghz. My specs are:

i7-8700k at 4.7ghz max Amd Rx 6750xt 16gb ram at 3200mhz Linux is on an m.2

Any ideas? This is practically unusable for any normal operations, let alone any gaming.

Update: So it seems like my CPU is being throttled to it’s min of 800mhz because the temp is just below 100c. Not sure why it’s so high because I never got that high even in intensive gaming on Windows

    • @redcalcium@lemmy.institute
      link
      fedilink
      7
      edit-2
      9 months ago

      By definition something that executes JS and parses CSS is a browser.

      This is wrong. A browser parse a html document and construct a DOM, executing JavaScript and CSS are optional. GTK apps don’t have DOM, GTK has ability to parse UI styles from css instead of from XML so styling can be separated from UI definitions. Modern UI toolkits like QT (used extensively by KDE) also have CSS supports.

    • @ItsGatorSeason@lemm.ee
      link
      fedilink
      59 months ago

      I agree GNOME is resource heavy however that has nothing to do with Javascript being involved. The James Web Telescope uses Javascript for some of its core functionality (specifically managing its science modules), does that make it a web browser? I personally don’t like GNOME either, but most of it is written in C, it has its own GUI library which is written in C. The Javascript code likely just is used to simplify calling the underlying C functions and CSS is used for customizing the actual UI elements.