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 48203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:14:35+00:00 2026-05-10T16:14:35+00:00

I am trying to improve the performance of a web application. I have metrics

  • 0

I am trying to improve the performance of a web application. I have metrics that I can use to optimize the time taken to return the main HTML page, but I’m concerned about the external CSS and JavaScript files that are included from these HTML pages. These are served statically, with HTTP Expires headers, but are shared between all the pages of the application.

I’m concerned that the browser has to parse these CSS and JavaScript files for each page that is displayed and so having all the CSS and JavaScript for the site shared into common files will negatively affect performance. Should I be trying to split out these files so I link from each page to only the CSS and JavaScript needed for that page, or would I get little return for my efforts?

Are there any tools that could help me generate metrics for this? ­­­­­­­­­­­­­­­­­­­­­­­­­­­

  • 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. 2026-05-10T16:14:36+00:00Added an answer on May 10, 2026 at 4:14 pm

    Context: While it’s true that HTTP overhead is more significant than parsing JS and CSS, ignoring the impact of parsing on browser performance (even if you have less than a meg of JS) is a good way to get yourself in trouble.

    YSlow, Fiddler, and Firebug are not the best tools to monitor parsing speed. Unless they’ve been updated very recently, they don’t separate the amount of time required to fetch JS over HTTP or load from cache versus the amount of time spent parsing the actual JS payload.

    Parse speed is slightly difficult to measure, but we’ve chased this metric a number of times on projects I’ve worked on and the impact on pageloads were significant even with ~500k of JS. Obviously the older browsers suffer the most…hopefully Chrome, TraceMonkey and the like help resolve this situation.

    Suggestion: Depending on the type of traffic you have at your site, it may be well worth your while to split up your JS payload so some large chunks of JS that will never be used on a the most popular pages are never sent down to the client. Of course, this means that when a new client hits a page where this JS is needed, you’ll have to send it over the wire.

    However, it may well be the case that, say, 50% of your JS is never needed by 80% of your users due to your traffic patterns. If this is so, you should definitely user smaller, packaged JS payloads only on pages where the JS is necessary. Otherwise 80% of your users will suffer unnecessary JS parsing penalties on every single pageload.

    Bottom Line: It’s difficult to find the proper balance of JS caching and smaller, packaged payloads, but depending on your traffic pattern it’s definitely well worth considering a technique other than smashing all of your JS into every single pageload.

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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You can paint graphics into your own off-screen image in… May 11, 2026 at 10:13 am
  • added an answer You are getting a System.RuntimeType from [Math] because that is… May 11, 2026 at 10:13 am
  • added an answer Yes that is possible. And I just tried your code… May 11, 2026 at 10:13 am

Related Questions

I am trying to improve the performance of a web application. I have metrics
I am trying to improve the performance of the threaded application with real-time deadlines.
I am trying to set a javascript date so that it can be submitted
I am trying to grab the capital letters of a couple of words and
I am trying to set a flag to show or hide a page element,
I am trying to generate a report by querying 2 databases (Sybase) in classic
I am trying to do some string concatenation/formatting, but it's putting all the parameters
I am trying to link two fields of a given table to the same
I am trying to snoop on a log file that an application is writing
I am trying to be a good programmer and have unit tests for my

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.