Project

General

Profile

Actions

Bug #66465

closed

FileList makes 10 fileExists() calls for each file

Added by Christian Weiske about 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2015-04-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When opening the file list in the backend, each file displayed by the FileList leads to 10 fileExists() calls in the FAL driver.

This is ok for the local driver, but not for remote storages.

Somehow those data should be cached.


Related issues 1 (0 open1 closed)

Blocks TYPO3 Core - Story #54266: As an User I want FAL to be performantClosed2013-11-162013-12-31

Actions
Actions #1

Updated by Christian Weiske about 9 years ago

I was able to reduce the file list loading time with a remote FAL adapter from 1.6s to 0.6s by caching fileExists(), folderExists() and getPermissions().

Actions #2

Updated by Christian Weiske about 9 years ago

The 10 fileExists() calls were in TYPO3 6.2.

In git master (the soon-to-be 7.2), they are gone.
What stays are the getPermissions() calls; 7 per file/folder.

Actions #3

Updated by Gerrit Code Review about 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38762

Actions #4

Updated by Gerrit Code Review about 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38762

Actions #5

Updated by Christian Kuhn almost 9 years ago

  • Status changed from Under Review to Rejected

Having a general caching wrapper around the drivers is not a solid approach. The patch was abandoned and this issue will be closed as rejected for now.

Actions

Also available in: Atom PDF