performanceJavaScriptPerformanceMediumHow do Web Workers improve performance?1They run heavy computations on a background thread, keeping the UI responsive2They speed up the main thread's rendering3They cache network requests4They minify JavaScriptBack to list