zhanjh / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

YSlow shows "Put CSS at top" #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minify version: 2.1.2
PHP version: 5.2.9

What steps will reproduce the problem?
1. Unzip the attached folder in a htdocs
2. browse: http://localhost/a/home.htm, in FF, with ySlow
3. ySlow will warn about put CSS at the top

Expected output: See above

Actual output:See above

Did any unit tests FAIL? No

Original issue reported on code.google.com by ruj.sa...@gmail.com on 18 May 2009 at 4:14

Attachments:

GoogleCodeExporter commented 9 years ago
Your CSS is correctly linked in the HEAD, so obviously this is a bug in YSlow's 
heuristics. It gets it right on mrclay.org, so it may be that the small size of 
your 
test page is confusing YSlow. Whatever the case, you can ignore this error.

Original comment by mrclay....@gmail.com on 18 May 2009 at 7:37