• kenrik

    (@kenrik)


    I’m pulling a 90% on yslow without Using static html or Total Cache, just a bunch of .htaccess stuff and general optimizations like smush.it.
    I’m running on a dedicated server (Mac Mini Server) off of my business cable line.

    I’m consistently getting under 2s load times but I want to squeeze some more out of it. any ideas?

    Here is my report:

    http://gtmetrix.com/reports/groceryvine.com/OVVD60fr

    For example why do I (and almost every site I check) get an “F” for “Use efficient CSS selectors”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Use w3 total cache or WP super cache. Or some minimization.

    gt-ian

    (@gt-ian)

    Here’s a WordPress optimization guide that we made to help WP users:
    http://gtmetrix.com/wordpress-optimization-guide.html

    The “Use efficient CSS selectors” rule generally refers to how easy it is for your browser to parse for the html element/class defined in the CSS.

    A style like ul li { color:red } would require the browser to search for all li’s, then for all the ul’s that are parents of those li’s. To be more efficient, you would only need to declare li { color:red }. (However, there may be a requirement to have the descendant selector for specificity.)

    I generally wouldn’t worry too much about this rule. It’s a “Low” priority and for an existing site, is a lot more work fixing than it’s worth.

    Unless you have a really large page with lots of interactivity, it’s not going give you much benefit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make it Faster!’ is closed to new replies.