A client of mine is reporting that the CSS for a Fuel site is broken more often than they are happy with. I know of the type of problem, but have only seen it once or twice. It manifests itself with HTML pages with no CSS - refreshing the page cache always fixes it.
The site is undergoing constant change in the code base, and content, so in a sense a broken cache is to be expected now and then. The issue is preventing it happening. What recommendations would you have? Could it be just an asset cache issue, or Dwoo? I think it comes down to the link href pointing to a non-existent CSS/PHP file, but whether that is because a Dwoo cached page has an expired link, or the asset cache has failed to regenerate, I can't be sure yet.
I've just set the output type to 'combine' on CSS rather than TRUE, to see if this makes a practical difference.
Comments
Could it be Fuel version related issue do you think? My problematic site is v1.0...
I anticipate it is related to the output type, as it seems more likely when that is set to TRUE (eg combined + whitespace strip etc) than otherwise, and may be server related.
> php fuel/manage/clear_cache
http://docs.getfuelcms.com/general/caching