Upcoming PageSpeed 1.9 has a few new rules implemented and ShowSlow needs to keep up.
Welcome ShowSlow 0.9 with updated beacon.
New rules displayed include:
- Avoid CSS @import
- Avoid document.write
- Combine images using CSS sprites
- Prefer asynchronous resources
Just follow upgrade instructions if you already have an instance running.
Or you can download code package and install it.
Can I ask — WordPress child themes use @import to for the parent theme’s style. Is there another way to do this, so as to avoid the CSS @import?
The easiest way is to just combine the two.
The best way is to have one style with no redundancy.
Is there any way around theme inheritance?