Ticket #6 (new enhancement)
Opened 2 years ago
[djac] slowest trac site blocks combined ticket list
| Reported by: | akaihola | Owned by: | akaihola |
|---|---|---|---|
| Priority: | minor | Milestone: | 2007-01-15 tracregator 0.2 refinements |
| Component: | tracregator | Version: | tracregator 0.1 |
| Keywords: | Cc: | ||
| Estimated Number of Hours: | Add Hours to Ticket: | ||
| Billable?: | Total Hours: |
Description
What options would there be for fetching tickets asynchronously?
Django does accept a generator as content for HttpResponse?, but does it also send data as soon as it's generated? In any case that would break ordering of tickets, and that would have to be fixed with JavaScript?.
Another option would be to fetch every trac site's tickets with a separate AJAX request from the browser.
Attachments
Note: See
TracTickets for help on using
tickets.
