moodle/lib/ajax
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
ajaxlib.php MDL-44061 Ajax: Log whitespace issues to the server error log 2014-03-05 16:34:35 +08:00
blocks.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
getnavbranch.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
getsiteadminbranch.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
service-nologin.php MDL-50783 Ajax: Configure how to call a webservice through db/service.php 2015-09-14 15:10:21 +08:00
service.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
setuserpref.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00