]> source.dussan.org Git - nextcloud-server.git/commit
optimize Folder::getById to use less queries
authorRobin Appelman <robin@icewind.nl>
Sun, 18 Sep 2016 16:36:53 +0000 (18:36 +0200)
committerRobin Appelman <robin@icewind.nl>
Wed, 12 Oct 2016 14:12:28 +0000 (16:12 +0200)
commit0d842e0550a15b7b6c501dae2ec24a61b72ef8c9
tree06c880a305b73d603675b724ae73c944ad484225
parentb2d68c00091f8bcba104cabfe0f7e2c78cc7a8d0
optimize Folder::getById to use less queries

Signed-off-by: Robin Appelman <robin@icewind.nl>
14 files changed:
lib/private/Files/Config/CachedMountInfo.php
lib/private/Files/Config/LazyStorageMountInfo.php
lib/private/Files/Config/UserMountCache.php
lib/private/Files/Node/Folder.php
lib/private/Files/Node/Root.php
lib/private/Server.php
lib/public/Files/Config/ICachedMountInfo.php
tests/lib/Files/Config/UserMountCacheTest.php
tests/lib/Files/Node/FileTest.php
tests/lib/Files/Node/FolderTest.php
tests/lib/Files/Node/HookConnectorTest.php
tests/lib/Files/Node/IntegrationTest.php
tests/lib/Files/Node/NodeTest.php
tests/lib/Files/Node/RootTest.php