moodle/admin/tool/generator
Russell Smith 6a3acc84de MDL-55272 lib: Improve test course create performance
Use core functions that are faster for test file creation.
To support large requests for hashes, the core hash function
must support large hashes without recursion.  PHP has a default
recursion depth of 100 and long hashes don't support this.

Remove transactions as they create performance problems for larger
courses and doesn't introduce significant benefit for developers.

Performance changes meant the times were much faster, a reasonable
guess was taken on performance of an average machine.
2016-08-16 12:00:21 +10:00
..
classes MDL-55272 lib: Improve test course create performance 2016-08-16 12:00:21 +10:00
cli MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lang/en MDL-55272 lib: Improve test course create performance 2016-08-16 12:00:21 +10:00
tests MDL-49224 course: allow setting fullname and summary in course generator 2015-03-04 11:46:57 +08:00
index.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
lib.php MDL-50049 deprecation: Remove usage of deprecated api and cleanup 2015-06-29 17:15:50 +05:30
maketestcourse.php MDL-49224 course: allow setting fullname and summary in course generator 2015-03-04 11:46:57 +08:00
maketestplan.php MDL-41421 tool_generator: Adding a CLI tool to generate the test plan 2013-09-25 09:23:37 +08:00
settings.php MDL-41421 tool_generator: Adding a test plan generator to feed JMeter 2013-09-25 09:19:11 +08:00
testplan.template.jmx MDL-42447 performance: New var to add perf. info to redirections 2013-11-15 09:10:22 +08:00
version.php MDL-54638 versions: bump all versions and requires near release 2016-05-19 02:16:15 +02:00