Closed (works as designed)
Project:
Boost
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2008 at 02:19 UTC
Updated:
25 Feb 2008 at 02:57 UTC
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
Comment #1
moshe weitzman commentedso does core drupal. if you think the page will be called again, it should definately be cached. storage versus performance is always a tradeoff.