Show cool things you have done with our products


Post by Dev_Coppelis »

in resource utilization it takes too long to load charts and draw it to the view.
this happens if data is too large so this is an issue ? :roll: :roll: :roll:

Post by mats »

How much data? Please provide a test case?

Post by Dev_Coppelis »

Dear Mats,
sorry for being late.
here are test cases for resource utilization which takes too long to load
Attachments
test cases.rar
(214.2 KiB) Downloaded 223 times

Post by Dev_Coppelis »

Hi,
Any news about performance issue please ?

Post by maximgb »

It's hard case which might take some time to solve. The algorithm to collect resource utilization info is O(n^2.5) in general, we already do some caching to speed things up, but it seems for projects like yours it's not very effective. We will try to find out fast ways to improve it, but if there's no such ways, then we will have to do major refactoring of resource utilization code.
Use the force read the source.

Post by Dev_Coppelis »

Hi,
Thanks for your reply. Hope you can find a fast way to improve it ASAP.

Post by Dev_Coppelis »

Hi,
Any news about any improvement of this view ?
Waiting this, is there any way todisplay only the ressource view without the upper gantt view (as an intermediate solution) ?

Post by maximgb »

Waiting this, is there any way todisplay only the ressource view without the upper gantt view (as an intermediate solution) ?
This won't boost performance, upper gantt view works ok, it's the resource utilization calculation process affects the performance.

Hi, we've mostly done feature refactoring, it performs better now. It should be included in the package at the next minor release.
Use the force read the source.

Post by Dev_Coppelis »

Hi,
Thanks for this information.
Do you know when this next minor release will be publish? few days or few weeks?

Post by Maxim Gorkovsky »

Hi,
We usually try to release every 2-4 weeks. Last release was just few days ago, so it is going to be weeks. But fix will appear in the nightly build in coming 2-3 days.

Post Reply