• Resolved bearshang

    (@bearshang)


    My site has too many css resource to request, Therefore, need to reduce the number of resources requests.

    For example, We should be able to do this. The same applies to all js resources.
    befoer:
    <link href=”www.example.com/wp-content/themes/themename/style.css”>
    <link href=”www.example.com/wp-content/themes/themename/style1.css”>
    <link href=”www.example.com/wp-content/themes/themename/style2.css”>

    after:
    <link href=”www.example.com/style.css,style1.css,style2.css”>

    I saw some sites and dis this, But i don’t specify how to do it? Any guidelines for me?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to collect all css link, For one request!’ is closed to new replies.