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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:35:50+00:00 2026-05-31T08:35:50+00:00

I wonder how it’s possible to optimize CSS file for faster loading, at the

  • 0

I wonder how it’s possible to optimize CSS file for faster loading, at the moment my CSS file is arround 2400 lines and it size is 54kb. None of the graphic elements is bigger then 4kb, so I believe CSS is reasson my website is rendering/loading slow.

That’s just main CSS, on some pages, I’m loading additional CSS files.

  • 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-31T08:35:51+00:00Added an answer on May 31, 2026 at 8:35 am

    That’s a lot of CSS. While a CSS “minify” tool is a good idea, you may want to take a manual pass over the file and look for rules that can be combined. For instance:

    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    

    can be reduced to:

    margin: 10px 5px 0 5px;
    

    And even further to:

    margin: 10px 5px 0;
    

    Similarly, borders can be reduced:

    border-width: 2px;
    border-color: #123456;
    border-style: solid;
    

    This can be expressed as:

    border: 2px solid #123456;
    

    background, padding, and fonts are some of the other rules that can be written such that they are much shorter and more efficient. Here’s a good article on CSS Shortcuts.

    The CSS minifiers are useful tools, but I’m not sure they are able to rearrange your code into the shortcut format.

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

Sidebar

Related Questions

I wonder if there is a way for me to SCP the file from
I wonder how it would be possible to implement a positional inverted index in
I wonder whether it is possible to change the display server IP of a
I wonder if it is possible to supress errors in PHP like when redeclaring
I wonder about shared preferences security. Is it possible to get access to sharedpreferences,
Wonder if this possible. Saw many posts on adding watermark after the pdf is
I wonder if it is possible to scale text in the x-axis?
I wonder if it is possible, to stop Maven 3.0 downloading old libraries and
i wonder if it is possible to auto mock a container in MOQ without
I wonder if it is possible to write a lightroom plugin, which applies crop

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.