stable

Clone or download

Read-only

Preload most used plugins

The list of selected plugins was infered by the amount of time autoloader was looking for files in them. The overall gain doesn't seems as high as expected on my laptop (~7% on an artifact view) but I bet that it will be way more interesting on server with poor filesystem performances. In order to start your server you will need to raise the memory limit to 256M in **php.ini** (AFAIU, preload is done before php-fpm full startup so fpm configuration is not relevant for preloading). Part of request #22563 [Performances] preload Tuleap files Change-Id: Id03ebb35a8320d80cde286d108a2970eb9217021

Modified Files

Name
M plugins/agiledashboard/composer.json +7 −0 Go to diff View file
M plugins/cardwall/composer.json +7 −0 Go to diff View file
M plugins/docman/composer.json +18 −0 Go to diff View file
M plugins/git/composer.json +12 −0 Go to diff View file
M plugins/gitlab/composer.json +14 −0 Go to diff View file
M plugins/hudson_svn/composer.json +8 −1 Go to diff View file
M plugins/ldap/composer.json +8 −1 Go to diff View file
M plugins/program_management/composer.json +9 −0 Go to diff View file
R plugins/program_management/include/Templates/AsciiRegisteredToUnicodeConvertorTest.php Go to diff View file
M plugins/pullrequest/composer.json +8 −1 Go to diff View file
M plugins/svn/composer.json +10 −0 Go to diff View file
M plugins/testmanagement/composer.json +7 −0 Go to diff View file
M plugins/timetracking/composer.json +8 −1 Go to diff View file
M plugins/tracker/composer.json +19 −0 Go to diff View file
M src/composer.json +1 −5 Go to diff View file