wiki.techinc.nl/includes/resourceloader
Timo Tijhof 58bc56cd81 resourceloader: Document optimisation in WikiModule::isKnownEmpty
* Explain the optimisation in this method.
* Improve overall docs.
* Bring the getTitleInfo() fetch closer to where it is needed,
  which is also a micro optimisation in itself by not fetching
  in case of the early return (though that's a rare case).

Bug: T299288
Change-Id: I104cf20ab5a944ec382c5807e8bf1bf18979d426
2022-02-23 21:46:28 +00:00
..
dependencystore
Hook Add hook to allow extensions to prevent preferences being exported client-side 2022-02-03 01:44:54 +00:00
DerivativeResourceLoaderContext.php
HookRunner.php Add hook to allow extensions to prevent preferences being exported client-side 2022-02-03 01:44:54 +00:00
MessageBlobStore.php
ResourceLoader.php resourceloader: Pass exports parameter to package modules 2022-02-22 15:02:27 +00:00
ResourceLoaderCircularDependencyError.php
ResourceLoaderClientHtml.php resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
ResourceLoaderCodexModule.php Add Codex v0.1.0-alpha.2 2022-02-14 19:59:53 -08:00
ResourceLoaderContext.php Fix typos in comments (N-R) 2022-01-09 23:14:44 +05:30
ResourceLoaderFileModule.php Try not to discard Excimer timeout exceptions 2022-02-02 16:27:44 +11:00
ResourceLoaderFilePath.php
ResourceLoaderForeignApiModule.php
ResourceLoaderImage.php Stop using is_resource() where possible 2022-01-26 10:03:23 +11:00
ResourceLoaderImageModule.php
ResourceLoaderLanguageDataModule.php
ResourceLoaderLessVarFileModule.php Fix typos in comments (N-R) 2022-01-09 23:14:44 +05:30
ResourceLoaderModule.php Try not to discard Excimer timeout exceptions 2022-02-02 16:27:44 +11:00
ResourceLoaderMwUrlModule.php
ResourceLoaderOOUIFileModule.php
ResourceLoaderOOUIIconPackModule.php
ResourceLoaderOOUIImageModule.php
ResourceLoaderOOUIModule.php
ResourceLoaderSiteModule.php
ResourceLoaderSiteStylesModule.php resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
ResourceLoaderSkinModule.php resourceloader: Change SkinModule list mode to not add implicit features 2022-01-26 21:51:19 +00:00
ResourceLoaderStartUpModule.php Merge "Try not to discard Excimer timeout exceptions" 2022-02-03 00:28:16 +00:00
ResourceLoaderUserModule.php resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
ResourceLoaderUserOptionsModule.php Add hook to allow extensions to prevent preferences being exported client-side 2022-02-03 01:44:54 +00:00
ResourceLoaderUserStylesModule.php resourceloader: Use named constants for groups 2022-01-19 21:21:00 +00:00
ResourceLoaderWikiModule.php resourceloader: Document optimisation in WikiModule::isKnownEmpty 2022-02-23 21:46:28 +00:00
VueComponentParser.php