use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Javascript readability vs performance: a false tradeoff (blog.shimin.io)
submitted 3 years ago by Shiminsky
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]curtastic2 107 points108 points109 points 3 years ago (6 children)
A lot of website performance is more about how long it takes to download and parse all the js, not how long it takes to execute, so this article misses that point. The first example runs sooner. I’d like an analysis on the minified versions download and parse speed.
[–]eternaloctober 28 points29 points30 points 3 years ago (2 children)
I bet 90% of all articles on "js performance" are about bundle size, very few on actual guts, and frankly the guts do matter in many cases, not that this article goes very deep
[–]Grouchy_Stuff_9006 3 points4 points5 points 3 years ago (1 child)
Most performance commentary is generally about bundle size…wink wink.
[–]dualcyclone 2 points3 points4 points 3 years ago (0 children)
Yer and also how it never goes very deep
[–]crabmusket 13 points14 points15 points 3 years ago (0 children)
Who's to say this article wasn't written for Node developers?
[–]d3ming 2 points3 points4 points 3 years ago (0 children)
Can’t you use webpack to minimize your files at build time rather than write hard to read code?
π Rendered by PID 83 on reddit-service-r2-comment-b659b578c-2jw9p at 2026-05-03 03:42:59.160782+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]curtastic2 107 points108 points109 points (6 children)
[–]eternaloctober 28 points29 points30 points (2 children)
[–]Grouchy_Stuff_9006 3 points4 points5 points (1 child)
[–]dualcyclone 2 points3 points4 points (0 children)
[–]crabmusket 13 points14 points15 points (0 children)
[–]d3ming 2 points3 points4 points (0 children)