Website loading should be first as per user experience. If website load faster way then user experience will be good. Website loading depends on couple of factors just like
Largest Contentful Paint
Total Blocking TimeCumulative Layout Shift
Time to First Byte
First Contentful Paint
Fully Loaded Time
Time to Interactive
If all the above factors open smoothly then performance score will be good other wise have to fix
Reduce Image loading time
Reduce unused JS, CSS
Minimize third-party usage
Resolve CDN issue.
Above all the points should be optimize for improving the loading time.