|
|
|
|
|
by sarego
2148 days ago
|
|
As someone who just recently worked on reducing page load times these were found to be the main issues 1- Loading large Images(below the fold/hidden) on first load
2- Marketing tags- innumerable and out of control
3- Executing non critical JS before page load
4- Loading noncritical CSS before page load Overall we managed to get page load times down by 50% on average by taking care of these. |
|
I understand the desire to parallelize resources, but if my download speed is maxed out, it's clear what should get priority. I'm also aware that lazy loading exists, but as a user I find this causes content to load too late. I do want the page to preload content, I just wish stuff in my viewport got priority.
At minimum, it seems to me there ought to be a way for developers to specify loading order.