Testlink 1.9.2 Performance counters message

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
FuadM
TestLink user
Posts: 2
Joined: Mon Apr 11, 2011 1:36 pm

Testlink 1.9.2 Performance counters message

Post by FuadM »

I have searched the forum but I am unable to find a solution. I hope someone can help on this.

On each page we get a notification in Red. Is there a way to disable this or assign this view to administrators only?

Performance counters:
OVERALL
MEMORY: 6029312 to 9175040 (max. Peak 9699328); DURATION: 0.067251920700073 secs; SQL queries: 14; took 0.0116 secs;
FuadM
TestLink user
Posts: 2
Joined: Mon Apr 11, 2011 1:36 pm

Re: Testlink 1.9.2 Performance counters message

Post by FuadM »

Issue was that I had set the logging level to extended when I was touble shooting LDAP errors. Setting this back to "none" or "errors" resolved this by clearing the messages.
gmwen
TestLink user
Posts: 5
Joined: Mon May 07, 2012 6:03 pm

Re: Testlink 1.9.2 Performance counters message

Post by gmwen »

Yes, it is. I also encountered the same issue by setting

Code: Select all

$tlCfg->log_level = 'EXTENDED';
in file $TESTLINK_HOME/custom_config.inc.php file.

The message will disappear if setting $tlCfg->log_level to be one of "NONE, ERROR, INFO, DEBUG".

However, it is really useful to tune performance of TestLink.
Post Reply