Skip to content
  • Russell Smith's avatar
    MDL-55504 profiling: Support for PHPUnit and big profiles. · 8f7dcb34
    Russell Smith authored
    To support PHPUnit we need to support large profiles, these may
    include backups and restores. To do that the following was required;
    - gzcompress for database space saving.
    - gzcompress for XML DomDocument field to say < 10Mb and allow imports.
    - Save PHPUnit runs directly to a file so they can be imported to the normal database.
    - Memory allowance on profiling view pages increases to support large profiles.
    8f7dcb34