Disabling the cache in Drupal

No replies
jose
jose's picture
User offline. Last seen 43 weeks 1 day ago. Offline
Joined: 03/30/2009

This tip is useful when we are developing a site because Drupal use the cache to improve page loading performance but when you add a new theme override function your to template.php file it isn't picked up right away and you may end up banging your head wondering what's going on. One solution is use:

drupal_rebuild_theme_registry();

at the beginning of the template.php