ok i found the solution.
$tlCfg->tree_filter_cfg->testcases->execution_mode->filter_assigned_user = DISABLED;
If i enable this, it takes much to long to build the drop down with all users. this causes 20 to 40 seconds delay in response time.
Search found 27 matches
- Fri Feb 22, 2019 12:34 pm
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
- Fri Feb 22, 2019 7:47 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
In my userlog, i found out, that execDashboard.php and execNavigator.php took 15 to 17 seconds each.
- Thu Feb 21, 2019 10:06 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
just to add two other facts,
- we use MySQL 5.7.24
- the session will be closed immediately after finishing the quieries
so the problem is open the session - !!!SLEEP!!! - query/close session
- we use MySQL 5.7.24
- the session will be closed immediately after finishing the quieries
so the problem is open the session - !!!SLEEP!!! - query/close session
- Thu Feb 21, 2019 9:55 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
After searching on what happens on the database, we know a bit more about the performance problem. Testlink opens a session on DB. After that, nothing happens. This session is in sleep state for more than 10 seconds. Then the 3 queries come in. it takes 1-2 seconds to do the queries. So it takes 20-...
- Mon Feb 18, 2019 1:59 pm
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
This effect happens in small projects with less testcases, too.
I think that most of this delay time happens in the browser. But even in new browsers this problem exists. Maybe the problem with the large cookie?
I think that most of this delay time happens in the browser. But even in new browsers this problem exists. Maybe the problem with the large cookie?
- Mon Feb 18, 2019 10:45 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
It takes 30 to 40 seconds to build up the treestructure
- Mon Feb 18, 2019 10:32 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
We did the update to TestLink 1.9.19 and we still have the problem, that the loading of the treestructur in testexecution needs to much time.
Anybody else, who have a problem like this?
Are there any hints how to fix this problem?
Anybody else, who have a problem like this?
Are there any hints how to fix this problem?
- Thu Nov 29, 2018 12:24 pm
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Re: Performance for TestLink tree structure
How to make loading of the tree structure in test exec. faster (1.9.14)? Is there anybody who can help?
- Mon Nov 19, 2018 8:24 am
- Forum: TestLink 1.9
- Topic: Performance for TestLink tree structure
- Replies: 8
- Views: 14961
Performance for TestLink tree structure
We use TL for several years now. Our actual version ist 1.9.14. In some of our project (each project more tahn 1000 testcases) the tree structure in testexecution causes many problems, cause it take more than 20 seconds to generate this. is there any chance to come to 4 or 5 seconds for generating a...
- Thu May 11, 2017 10:11 am
- Forum: TestLink 1.9
- Topic: MySQL 5.7
- Replies: 3
- Views: 5539
Re: MySQL 5.7
sql-mode = STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_ENGINE_SUBSTITUTION,ONLY_FULL_GROUP_BY
- Thu May 11, 2017 9:46 am
- Forum: TestLink 1.9
- Topic: MySQL 5.7
- Replies: 3
- Views: 5539
Re: MySQL 5.7
We found a solution by changing the sql_mode parameter
- Tue May 09, 2017 10:14 am
- Forum: TestLink 1.9
- Topic: MySQL 5.7
- Replies: 3
- Views: 5539
MySQL 5.7
We are usind TL 1.9.14 with MySQL 5.6.25. Everything works fine. Last week we updated MySQL to 5.7.17, but we had to do the rollback. When writing new TC or new version of TC we get an DB access error. The TC were written, but you cannot open it, cause of corrupt IDs. In the tree structure the case ...
- Thu Sep 17, 2015 8:56 am
- Forum: TestLink 1.9
- Topic: TL 1.9.13 Assign Testcase to more than one tester
- Replies: 4
- Views: 7554
Re: TL 1.9.13 Assign Testcase to more than one tester
I found the right hint in http://forum.testlink.org/viewtopic.php ... 821#p19655
for Multiple user assignment it would be much better to use single builds or plattforms.
for Multiple user assignment it would be much better to use single builds or plattforms.
- Thu Sep 10, 2015 7:59 am
- Forum: TestLink 1.9
- Topic: TL 1.9.13 Assign Testcase to more than one tester
- Replies: 4
- Views: 7554
Re: TL 1.9.13 Assign Testcase to more than one tester
sorry fman, but your only hint is reinstall. that is not fair. when i ask you if it is a bug or a feature, the expectable minimum is "yes or no". i sit here for hours to find something in the forum and the bugtracker, checking everything twice and you say "reinstall". if you have...
- Wed Sep 09, 2015 12:04 pm
- Forum: TestLink 1.9
- Topic: TL 1.9.13 Assign Testcase to more than one tester
- Replies: 4
- Views: 7554
TL 1.9.13 Assign Testcase to more than one tester
If i assign a Testcase to two different users. User A is tester and User B is tester as well. Only User A has the possibility to execute the test and save the result. User B sees the Testcase listed, but he has no chance to save a result, cause the DropDown and the Notice are NOT shown. If the secon...