mediawiki-extensions-Scribunto/engines/LuaCommon
Ori Livneh 7bd4959b55 Cache Lua code files in APC
Cache Lua libraries in APC (if available) for up to 5 minutes. Always check the
file's mtime to avoid serving a stale copy.

This code path is hot enough that using APC makes a difference.

Change-Id: I32bad5fd9443c1759fe6dc91f8df2ac2f120d75b
2015-08-25 16:28:36 -07:00
..
lualib Prevent leaking title fragments across invokes 2015-07-27 10:46:23 -04:00
HtmlLibrary.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
LanguageLibrary.php Fix some PHPCS issues 2015-06-30 13:14:58 -04:00
LibraryBase.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
LuaCommon.php Cache Lua code files in APC 2015-08-25 16:28:36 -07:00
LuaInterpreter.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
MessageLibrary.php Fix some PHPCS issues 2015-06-30 13:14:58 -04:00
SiteLibrary.php Revert "Revert "Make tests work when $wgLanguageCode != 'en'"" 2015-02-19 22:30:47 +00:00
TextLibrary.php Adds support for JSON encoding and decoding 2015-01-26 15:13:22 -08:00
TitleLibrary.php Expose file size and MIME to Lua 2015-02-12 01:18:57 +01:00
UriLibrary.php lint: 'if(' => 'if (' 2015-06-20 21:38:56 -07:00
UstringLibrary.php Fix some PHPCS issues 2015-06-30 13:14:58 -04:00