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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:30:03+00:00 2026-06-15T08:30:03+00:00

Possible Duplicate: What is the performance impact of CSS’s universal selector? Ive read that

  • 0

Possible Duplicate:
What is the performance impact of CSS’s universal selector?

Ive read that using the * CSS selector isnt ideal as it takes longer to process. However how much is this really an issue? How much longer will it take a page to be displayed if I have the following in my CSS?

#div1 *,
#div2 * {
float: none !important;
width: auto !important;
height: auto !important;
text-align: left;
position: static !important; 
}

It seems to me that the connection speed and number of large assets like images is going to make far more of a difference. The work im doing is for mobile optimization but the page size (due to various libraries) is around 750KB and there is nothing I can do about this.

As a side note im aware that using !important isnt ideal too but the messy code ive inherited means its required in this case.

  • 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-15T08:30:04+00:00Added an answer on June 15, 2026 at 8:30 am

    Read this article.

    The key to optimizing CSS selectors is to focus on the rightmost
    selector, also called the key selector (coincidence?). Here’s a much
    more expensive selector: A.class0007 * {}. Although this selector
    might look simpler, it’s more expensive for the browser to match.

    Because the browser moves right to left, it starts by checking all the
    elements that match the key selector, “*“. This means the browser must
    try to match this selector against all elements in the page.

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

Sidebar

Related Questions

Possible Duplicate: What is the performance impact of CSS's universal selector? I'm using the
Possible Duplicate: performance of unsigned vs signed integers I have read somewhere that it's
Possible Duplicate: Extension Method Performance Will I face performance issues when I´m using extension
Possible Duplicate: Performance of try-catch in php While using try - catch blocks, even
Possible Duplicate: Performance of jQuery selector with context In the jQuery DOCS it says
Possible Duplicate: Extension Method Performance In a data crunching application that is CPU and/or
Possible Duplicate: Ruby on Rails scalability/performance? I'm aware from the twitter shortages that Ruby
Possible Duplicate: Virtual Functions and Performance C++ Is this correct, that class member function
Possible Duplicate: Garbage collector and circular reference Is there any impact on GC performance
Possible Duplicate: Performance Cost Of ‘try’ I am being told that adding a try

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.