TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bad month for the main thread

74 pointsby skellertorover 7 years ago

6 comments

AHTERIX5000over 7 years ago
What is it exactly the added bonus _users_ get with the modern way of web development that wasn't there in, say 2011? I remember using Android 2.x with 800 MHz SOC back in the day and web browsing worked fine, really. What modern web sites can offer to justify the increased CPU usage?
评论 #16214480 未加载
评论 #16213574 未加载
评论 #16212664 未加载
评论 #16214332 未加载
评论 #16213273 未加载
deathanatosover 7 years ago
&gt; <i>It isn’t far fetched that a device would reduce power consumption when on battery, it makes the device last longer, makes users happier.</i><p>Does it? If I reduce the amount of power available to complete a task, but proceed to complete the task <i>anyways</i>, doesn&#x27;t the phone now need to potentially have the peripherals (particularly, the screen) on for longer as the user waits for a task that has been slowed down to complete, consuming <i>more</i> energy than had it completed the task using 100% CPU?<p>(Unless using 80% of the CPU can accomplish the same task using less energy (not power) and recoup enough to make up for the losses incurred by needing extra time.)<p>It isn&#x27;t intuitive to me at all that what we&#x27;re doing isn&#x27;t making phones useless so that their battery lasts all day.
评论 #16214310 未加载
评论 #16214365 未加载
评论 #16220535 未加载
评论 #16214402 未加载
arghwhatover 7 years ago
The author presents a problem in the lack of device model and battery level information. A website&#x2F;web application may disable functionality due to browser feature availablity, but if you disable functionality based on the device model, you&#x27;re doing something wrong.<p>If you have a scenario where you can disable <i>some</i> thing to make the experience better while maintaining functionality, then why in the <i>world</i> would you ever enable those things? This is simply beyond me.<p>Any suggestions that improve the situation are simply generic performance optimizations that benefit everyone.
评论 #16214087 未加载
lmmover 7 years ago
Given that components are going to need to contain Javascript, what&#x27;s the value in having them contain separate HTML? &quot;Browsers are good at handling documents&quot; isn&#x27;t really true any more; at least, browsers don&#x27;t seem appreciably better at handling documents than Javascript is.
评论 #16212700 未加载
debacleover 7 years ago
Just discovered the slider. What a huge performance boost.
rmrfrmrfover 7 years ago
What can we blame on JavaScript next?