nextcloud/lib/private/legacy
Roeland Jago Douma d8637c62e0
Reduce the getAppPath and autoloader calls
The getAppPath will always return the same data for the same appId. It
is actually already cached. However we do some cleanup of the appId
(again). Same for the autoloading it is actually already checked.

This just removes the unneeded calls. Which can add up if you have a lot
of incomming shares.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-11-07 17:24:41 +01:00
..
template Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_API.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_App.php Reduce the getAppPath and autoloader calls 2020-11-07 17:24:41 +01:00
OC_DB.php Merge pull request #23922 from nextcloud/bugfix/noid/fix-query-type-detection 2020-11-06 22:18:14 +01:00
OC_DB_StatementWrapper.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_Defaults.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_EventSource.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_FileChunking.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_Files.php Use lib instead if core as l10n module in OC_Files 2020-10-27 15:37:57 +01:00
OC_Helper.php Only use index of mount point when it is there 2020-10-21 13:37:56 +02:00
OC_Hook.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_Image.php Change 0 to null to properly encode image to BMP if the first pixel is black 2020-09-10 12:08:01 +02:00
OC_JSON.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_Response.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OC_Template.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
OC_User.php Allow user backends to specify a custom logout url 2020-07-23 10:42:40 +02:00
OC_Util.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00