Hacker News new | ask | show | jobs
by pc2g4d 4026 days ago
Memory and CPU utilization for starters
2 comments

Firefox makes extensive use of lazy initialization for a lot of its code. You typically don't pay the price for those features unless you actually use them.
A button that does an API call consumes very less resources until clicked.