MyBB Community Forums

Full Version: CSS.PHP load twice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello;

I checked my site with Gtmetrix.com website, and I found css.php?stylesheets load twice:

/css.php?stylesheets=387
/css.php?stylesheets=393

where I can corect it?
This is not related to MyBB, your site doesn't even running MyBB forum software...
different stylesheets are loading through css.php file as the theme cache folders are not writable
see also this --> http://docs.mybb.com/CHMOD_Files.html
my theme chache folder is writable
Try edit one of the stylesheets, when you save it it *should* write it out to the cache.
(2013-11-18, 01:47 PM)Cameron:D Wrote: [ -> ]Try edit one of the stylesheets, when you save it it *should* write it out to the cache.

how can I do it?
where is location of stylesheets?
(2013-11-18, 06:37 PM)CivilEA Wrote: [ -> ]
(2013-11-18, 01:47 PM)Cameron:D Wrote: [ -> ]Try edit one of the stylesheets, when you save it it *should* write it out to the cache.

how can I do it?
where is location of stylesheets?


HuhHuhHuhHuh
Admin CP>Themes and Layout>[main board theme]>Click edit for each stylesheet and then just save it without making any changes, should cause it to write to the cache.