Closed (fixed)
Project:
Dark Grail
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Sep 2009 at 05:31 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
gausarts commentedThere is a good explanation in darkgrail.info:
html-elements.css is one of them when you call it and don't supply the file in the theme.
Slowness has nothing to do with it. Try installing yslow extension for Firefox, and see the problem. You got grade C now with suggestions:
Grade F on Make fewer HTTP requests. So you'd better activate CSS and JS aggregation and see the impact.
Comment #2
altbzh commentedThank you,
but english explanations not always clear for my poor english ....
I will try yslow extension; what are grade C and F ?
have a goo day
Comment #3
gausarts commentedIt's just their ways to sort how slow your page is rendered. A for the fastest with their recommended settings, F for the slowest and where the problems may be :)
You were worried about 404. There may be two conditions:
1. you browse for something that you know it is not there and that's why it spits out 404
2. the system says 404
In your case it was #1. Unless it is #2, so nothing to worry. You can prove it by visiting the error logs
Comment #4
gausarts commentedComment #5
altbzh commentedok ... thank you ....
I will try next weekend. I think i Willl copy some system CSS file in the dargrail theme directory for having only one optmised CSS file.
Have a good day
Comment #6
gausarts commentedYes, one at a time will be better to spot any possible problem, or simply letting drupal aggregate them for you will be much simpler :)