• I saw my page load speed go from 3.5s to .9s which was awesome, and my resource calls from 35 to 19. Very cool.

    EXCEPT, in combining my styles, it added stylesheets out of order and broke the front-end styling on my site. :(( There are very few settings options for this plugin, and order does not appear to be configurable.

    I would love to see this working properly and would be more than happy to change my rating based on fixes for this!

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    hiya jamie;
    in general CSS-issues are due to inline CSS being moved to the optimized external file, which makes the impacted CSS loose priority. You can either exclude the inline CSS from optimization (add an identifying string to the list of CSS exclusions) or use the API (“autoptimize_css_include_inline”-filter, specifically) to tell AO not to aggregate inline CSS (see example in autoptimize_helper.php_example).

    let me know how that helps (and if it doens’t share your URL so I can have a brief look).

    have fun,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Sped things up!! …but broke frontend display.’ is closed to new replies.