Forums | Mahara Community

Support /
Mahara Performance


anonymous profile picture
Account deleted
Posts: 8

27 June 2012, 9:50

Hi,

How can we check the performance of Mahara.Is there any tool available to check the performance of some specific page.

 

Thanks,

Sunil Nagre

 

 

anonymous profile picture
Account deleted
Posts: 808

27 June 2012, 15:28

You can get a summary of query counts, memory usage, and elapsed time by putting $cfg->perftolog = true; in your config.php file, and watching the webserver log when you hit a page.

On a non-production server you can also put $cfg->perftofoot = true; in config.php and see the same information at the bottom of the screen, but that obviously doesn't show anything about secondary requests that may be made for images, ajax scripts, etc.

One of our colleagues has also done a bunch of testing using jmeter and some simulated common workflow, but you need a lot of time on your hands for that.

A post by Account deleted was deleted

3 results