7 ms·
That doesn't make their advice wrong.
by dbushell 14y ago
That doesn't make their advice wrong.
- rorrr 14y agoThat however makes me skip their advice forever.
- Retric 14y agoThat's silly. Often when giving advice on complex issues your simply providing a heuristic. Start here, there might be some edge cases involved but 95% of the time this is the way to go.
- wisty 14y agoThere site may just not be worth optimizing, as i's not as popular as apple.com
- singlow 14y agoMost of the advice they gave was mostly affecting performance for a single user, not performance of the site for scaling to many users. Only the number of requests for javascript files actually would affect the scaling of the site and not much since they are just static files.
- rorrr 14y agoYou're confusing performance and scalability. You can have a slow-loading site that will scale to hundreds of millions of users. You can have a very fast site that will die under a thousand users.
- singlow 14y agoI didn't confuse them - I explicitly distinguished between them. Scalability is a category of performance - it is performance at scale. Most of these suggestions may help with individual browser loading - but will not make a significant difference in scalability. However, the pretense for the investigation was the high level of traffic that was imminent - a scalability challenge.