When running install.php, we call system_rebuild_module_data() and system_rebuild_theme_data() at the end, but right after that we call drupal_flush_all_caches() too.

Since drupal_flush_all_caches() takes care of rebuilding the module and theme data, there is no reason to do it twice.

Simple patch is attached.

Comments

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

faster installer is good.

realityloop’s picture

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Yay, more faster!

Committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.