Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8428525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:04:53+00:00 2026-06-10T05:04:53+00:00

I was wondering, since Clojure Compiler and UglifyJS not only optimize code for size

  • 0

I was wondering, since Clojure Compiler and UglifyJS not only optimize code for size but also for performance (although I think size is the main priority), would my node.js app run faster if it was minified ? I know it may depend from app, but I’m asking this in general.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:04:55+00:00Added an answer on June 10, 2026 at 5:04 am

    In node, the main processing cost is I/O operations, not the actual JavaScript itself. So for example:

    fs.readFile(myFile, function (err, data) {
        processTheFile(data);
    });
    

    Here, the gap between calling readFile and the callback being fired will be several times longer than the length of time the callback takes. (If it’s the other way round, you probably shouldn’t be using node.)

    So optimising the processTheFile function for speed is pointless, because you’re saving a small percentage of a very very small number.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering why auto_increment is spelled with an underscore, since primary key not
I've been wondering this for a while now; but especially more so since I've
I'm wondering if something is wrong with this SVG file since I can not
Hey, I finished my code and everything works as it should but I'm wondering
since concurrent programming becomes constantly more important, I was wondering what you think about
I've been wondering this for a while but since it hasn't come up much
I know this question been asked a lot here, but just wondering since ICS
I am using PJAX https://github.com/defunkt/jquery-pjax and I was wondering since the whole page does
I'm wondering what's people using to correctly capitalize english strings since ''capitalize'' won't do
I'm wondering how to best tackle this, since what I have now works great

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.