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.
| Comment | File | Size | Author |
|---|---|---|---|
| install-remove-multiple-rebuilds.patch | 2.05 KB | David_Rothstein |
Comments
Comment #1
moshe weitzman commentedfaster installer is good.
Comment #2
realityloop commentedinstall-remove-multiple-rebuilds.patch queued for re-testing.
Comment #3
webchickYay, more faster!
Committed to HEAD.