lwoydziak / pivotal-tracker-syncing

Automatically exported from code.google.com/p/pivotal-tracker-syncing
0 stars 0 forks source link

Bad performance when getting 200+ issues with comments. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. login to tracker
2. try to get issues

What is the expected output? 
With a reasonable number of issues performance should be a second or two

What do you see instead?
30s+ wait times while waiting for issues

The root of the problem is the comments need to be retrieved in a separate 
communication, but this can be done on a per item basis by using a generator 
pattern.

Original issue reported on code.google.com by lwoydz...@gmail.com on 14 May 2012 at 10:45

GoogleCodeExporter commented 8 years ago
The change for this is done now (44593f3cfbe5).

Original comment by lwoydz...@gmail.com on 14 May 2012 at 10:51