Performance LOW When test cases number become large
A Trac plugin manage the quality process
Brought to you by:
seccanj
This is a great plugin for Trac.
But when I have imported over 4000 cases into the Test Manager, after that, When I click the Test Manager Tab Page, I have to wait about 15s before the page can show
The performance is really POOR for us to use, as we have about over 8000 cases.
Hope this issue could be solved soon....
Hi,
thanks for your appreciation.
Well, actually building the test cases tree on the server with so many items is not as easy as it may seem... and probably also rendering it is not such an easy task for the browser.
I have already worked on the performance side some time ago, with this ticket, http://trac-hacks.org/ticket/8869 , and it made things a lot better.
I think there is still one problem: the Test Manager tab page shows all test catalog and test cases together. These may be a lot of objects to load and display!
One solution may be to only show test catalogs, without test cases, in this page. This may be an option in trac.ini.
What do you think?
To speed up your Trac site now, anyway, you may create an alternative Home page for your test catalogs, linking to the top-level test catalogs.
Something like this:
= Test catalogs =
[[BR]][[BR]]
[wiki:TC_TT0 First test catalog]
[wiki:TC_TT4 Second test catalog]
...
Let me know if this helps.
Ciao,
Roberto