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

  • SEARCH
  • Home
  • 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 7075499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:11:05+00:00 2026-05-28T06:11:05+00:00

I’ve read that to optimize page load, you should use one css and one

  • 0

I’ve read that to optimize page load, you should use one css and one js file because the browser loads them one by one and then it slows down the page load.

And I’m sure that I don’t know what I’m talking about, so please correct me…

If there is one huge 50kb CSS file or 5, 10kb files – shouldn’t the page load be the same? One css is finished loading and the browser should go on to the next one and continue downloading.?

This is pretty interesting to me so I’m excited to hear your answers. Thanks 🙂

  • 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-05-28T06:11:06+00:00Added an answer on May 28, 2026 at 6:11 am

    Each time you request a page, HTML is loaded. While loading, the resources found are requested progressively to the server, which applies to CSS, JS, images, video files, etc…

    The order depends on the position of the resource, so, first loaded are the elements in <head> like <link... or <style... for CSS, <script for JS, then the <body> resources.

    For the files, CSS and Image sources can load in parallel, but JS sources do not, because they depend on each others functions and code. So the recommended practice is to load all CSS files first by positioning them first in the head element, then all JS sources (this last ones in the proper order, so you don’t get JS errors).

    Why do you need to minimize the css, js resources, or even make sprites with small images?

    To reduce the number of request. Each request has a cost in time and in kb (small), the time cost is the most important one. So loading 5 images of 10Kb means 5 requests, and 1 image of 50kb only 1 request. The same applies to CSS and JS.

    Google explains it much better in this article: http://code.google.com/intl/en/speed/page-speed/docs/rtt.html#CombineExternalJS

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

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm making a simple page using Google Maps API 3. My first. One marker
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into

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.