Can You Afford It? Real-World Web Performance Budgets
infrequently.org
Can You Afford It? Real-World Web Performance Budgets
1–10 of 130 posts
Re: Can You Afford It? Real-World Web Performance Budgets
#2Re: Can You Afford It? Real-World Web Performance Budgets
#3Re: Can You Afford It? Real-World Web Performance Budgets
#4this is so important. if you want growth you need to be making a product for growing markets.
Re: Can You Afford It? Real-World Web Performance Budgets
#5I know we switched because front end experts told us that users found the full refreshes annoying. They said that users really wanted native desktop like seamless change pages. Never did I see proof of these claimed. Is the modern JS based design our cubicle moment? Did we get suckered in by experts making productivity claims with nothing to back them up?
Re: Can You Afford It? Real-World Web Performance Budgets
#6Do we need all this JS? I’m starting to look back at classic web development where you had a server rendered mvc style app. There was a controller and templates populated on the server. Every page was a full rerender, but it was small html. Proper caching kept the minimal CSS and images on the client for a regular session under 30 minutes. This seems better. I know we switched because front end experts told us that u…
Re: Can You Afford It? Real-World Web Performance Budgets
#7Do we need all this JS? I’m starting to look back at classic web development where you had a server rendered mvc style app. There was a controller and templates populated on the server. Every page was a full rerender, but it was small html. Proper caching kept the minimal CSS and images on the client for a regular session under 30 minutes. This seems better. I know we switched because front end experts told us that u…
Re: Can You Afford It? Real-World Web Performance Budgets
#8Do we need all this JS? I’m starting to look back at classic web development where you had a server rendered mvc style app. There was a controller and templates populated on the server. Every page was a full rerender, but it was small html. Proper caching kept the minimal CSS and images on the client for a regular session under 30 minutes. This seems better. I know we switched because front end experts told us that u…
I think the problem is in all the data-binding of JSON responses to the front end. I don't care what anyone says, it's slow.
Re: Can You Afford It? Real-World Web Performance Budgets
#9Do we need all this JS? I’m starting to look back at classic web development where you had a server rendered mvc style app. There was a controller and templates populated on the server. Every page was a full rerender, but it was small html. Proper caching kept the minimal CSS and images on the client for a regular session under 30 minutes. This seems better. I know we switched because front end experts told us that u…
Re: Can You Afford It? Real-World Web Performance Budgets
#10Do we need all this JS? I’m starting to look back at classic web development where you had a server rendered mvc style app. There was a controller and templates populated on the server. Every page was a full rerender, but it was small html. Proper caching kept the minimal CSS and images on the client for a regular session under 30 minutes. This seems better. I know we switched because front end experts told us that u…
The tangible benefits when done right (there's lots of crappy code in every language and system) are greatly reduced user-perceived latency (the system reacts immediately, indicating that something is currently being updated, etc).