You can disable any static resources, even inline CSS and JS codes. If you disable an unnecessary resource, it won’t be included on the page, so you can decrease bloat.

Be careful with disabling javascript, because it can cause issues if there is an other script on the page which is using it. After disabling scripts, it is also recommended to test the page functionality in the live preview.