Raspberry pi works well for this
Test your product on a crappy laptop
21–30 of 321 posts
Re: Test your product on a crappy laptop
#22"It’s also no secret that the average size of a website is huge, and it’s only going to get larger." This attitude seems common, that websites are just going to be fat and get fatter. That's a lie. Not if you, as a web developer, stop the bloat. The power is in your hands, you just need to use it. No, you don't need that 8 MB hero image. No, you don't need that bloated framework. No, you don't need those 37 tracking…
And as a dev, I make none of those decisions.
The only thing I take a stand on is when the product is actively harmful and immoral. Just being shit or slow is not my problem.
Re: Test your product on a crappy laptop
#23Re: Test your product on a crappy laptop
#24Earlier quoted context omitted.
Try the shittiest laptop at Walmart. Like an HP stream. Remember the low res 1366x768 screen.
> Remember the low res 1366x768 screen. The low ... um. One of us is in a bubble. I'm typing this on a laptop with a 1280x800 screen and it's perfectly fine. Like, not super spacious but I code and browse the web on this box and I don't have any problems. (To be clear, it might well be me in the bubble; this laptop is over a decade old)
Re: Test your product on a crappy laptop
#25There is a hidden feature in Chrome Devtools to apply a CPU slowdown... Simply head to Devtools > Performance tab > Gear icon > CPU > 6x slowdown. That isn't a perfect representation of an old laptop (doesn't throttle GPU operations or trigger low memory behaviours), but it's a good start. As a bonus, it makes your fans spin up wildly whenever loading a page!
Re: Test your product on a crappy laptop
#26I believe that most of the "web developers" have absolutely no idea of how to build a website using bare html+css. Actually, I worked with "web developers" that are basically not touching code much, but using all sorts of tools and framework - without fully understand what they are doing. And that's also why website looks like each other more and more. And that's the silent majority of the industry.
Things like react are purely extra knowledge needed over the top of the basic website building blocks.
Re: Test your product on a crappy laptop
#27There is a hidden feature in Chrome Devtools to apply a CPU slowdown... Simply head to Devtools > Performance tab > Gear icon > CPU > 6x slowdown. That isn't a perfect representation of an old laptop (doesn't throttle GPU operations or trigger low memory behaviours), but it's a good start. As a bonus, it makes your fans spin up wildly whenever loading a page!
Not only CPU but slow networks and mobile screen sizes too. These are all very helpful for quick sanity checks and reproducing races.
Re: Test your product on a crappy laptop
#28"It’s also no secret that the average size of a website is huge, and it’s only going to get larger." This attitude seems common, that websites are just going to be fat and get fatter. That's a lie. Not if you, as a web developer, stop the bloat. The power is in your hands, you just need to use it. No, you don't need that 8 MB hero image. No, you don't need that bloated framework. No, you don't need those 37 tracking…
Re: Test your product on a crappy laptop
#29It is and was a regression from the previous design which was fast even on 3G connections.
It's driven by Google engineers running their bloatware on i9 MBPs with 64gb of RAM. Oh Gmail is slow? Have you tried not being poor?
Re: Test your product on a crappy laptop
#30There is a hidden feature in Chrome Devtools to apply a CPU slowdown... Simply head to Devtools > Performance tab > Gear icon > CPU > 6x slowdown. That isn't a perfect representation of an old laptop (doesn't throttle GPU operations or trigger low memory behaviours), but it's a good start. As a bonus, it makes your fans spin up wildly whenever loading a page!