[TASK] Improve FAL performance
FAL performance in BE and FE can be improved by using certain database indexes. One set of indexes improves performance in BE by adding a "deleted" column, which is used by List module. Without this column in the 'pid' index, List module will do a full scan, which is much slower. Another set of indexes improves performance when getting files from storage. Change-Id: I1f8577453ed917db95d680ca74fefc4691ba53b0 Resolves: #45532 Releases: 6.1 Reviewed-on: https://review.typo3.org/18316 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Please register or sign in to comment