Testlink 1.8.1:Performance

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
Solemio
TestLink user
Posts: 2
Joined: Fri Apr 08, 2011 7:28 am

Testlink 1.8.1:Performance

Post by Solemio »

Hello.
I've used testlink for a long time yet and been troubled by the performance problem of testlink for a long time.
There are 12,000 cases in my database, when i open the tree of cases or test report,i have to wait over 5 minutes, it's so slow that I can't stand.
I did some surveys on it and thought that a function waste a lot of time by executing everytime.

the function is Unset() as the following:
++++++++++++++++++++++
xampplite\htdocs\testlink\lib\results\printDocOptions.php
GenerateTestSpecTree()
{
PrepareNode()
{
Unset($tplan_tcases[$node['id']])
}
}
++++++++++++++++++++++

Who would like to help me judge the result is right or wrong.
Otherwise who can tell me the way to fix the performance problem.

My e-mail : solemio.liu@live.jp

Thank you very much.
Solemio
TestLink user
Posts: 2
Joined: Fri Apr 08, 2011 7:28 am

Re: Testlink 1.8.1:Performance

Post by Solemio »

who can tell me the reason,Thanks a lot.
Locked