Skip to content

Draft: Speed up Business Template installation

Rafael Monnerat requested to merge rafael/erp5:faster-bt5-installation into master

In general, the idea is process installation faster, by defering the portal_components reset to the end of the bt5 installation (not the end of the transaction neither after each install). This tends to speed up at least 10%.

I tried other ideas, and others approaches but this was the only one that could improve significantly w/o introduce too much re-rewrite.

Merge request reports