prefetch/preload влияет только на этапы отображения страницы
особенно когда prefetch/preload влияет только на этапы отображения страницы, а кэширование встроено в браузеры и отключить можно его только специально.
обычно тормозят картинки,
Osmani says large bundles of JS scripts can slow the loading of a page and long JS execution times can cause a site to hang, due to monopolizing the page's UI thread.
Osmani advises web developers to improve download times by keeping JavaScript bundles small and by splitting large bundles, upwards of 50kB, into separate smaller bundles that can be handled in parallel.