Boost creates cached files for every page that is requested, even if that page does not exist. This could cause the cache folder to be filled with an unlimited number of copies of the "Page not found" page. Maybe a good solution would be to not cache these pages at all?

Comments

moshe weitzman’s picture

Status: Active » Closed (works as designed)

so does core drupal. if you think the page will be called again, it should definately be cached. storage versus performance is always a tradeoff.