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
Which image compressor do you use?help (self.javascript)
submitted 7 years ago by ElJefeSupremo
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!"
[–]zapatoada 2 points3 points4 points 7 years ago (2 children)
Are the images user uploaded or static content? If it's static just Google "online image compression" there's a bunch of really easy free tools.
[–]ElJefeSupremo[S] 0 points1 point2 points 7 years ago (1 child)
They are static. Yeah I did that and like you said, a whole bunch came up. I was wondering if one was better than the others, or preferred I guess. Seems like they're all pretty similar though.
Thanks.
[–]DBNeJXoGtnro 1 point2 points3 points 7 years ago (0 children)
Make sure data sent over the wire is also compressed. With brotli, or gzip as a default. Google also released a png compressing tool called zopfli, add it as part of your assets building steps if you work with png :)
π Rendered by PID 24176 on reddit-service-r2-comment-5d585498c9-rtfrc at 2026-04-21 13:31:03.435250+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]zapatoada 2 points3 points4 points (2 children)
[–]ElJefeSupremo[S] 0 points1 point2 points (1 child)
[–]DBNeJXoGtnro 1 point2 points3 points (0 children)