Reuse Cached 404s
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Drupal has a 404 caching problem.
Drupal's page cache is a fantastic and simple way to improve performance in production. If an anonymous user goes to http://yoursite.com/somepage twice, the second page load is a lot faster because Drupal doesn't spend time re-rendering it; it simply serves it from the cache.
