User story #122
closedAdd a button to stop a query
Description
A search in the LDAP server may take a long time. Add a way to stop a query when one get bored of waiting
Updated by François ARMAND almost 15 years ago
- Assignee deleted (
François ARMAND) - Priority changed from 4 to 5 (lowest)
Change priority/assignement
Updated by Jonathan CLARKE about 13 years ago
- Subject changed from Add a bouton to stop a query to Add a button to stop a query
Updated by Jonathan CLARKE over 12 years ago
- Target version changed from 24 to 18
Updated by Jonathan CLARKE about 12 years ago
- Target version changed from 18 to Ideas (not version specific)
Updated by Jonathan CLARKE over 9 years ago
- Status changed from New to Rejected
I don't think this really makes sense. We have a web application, and should always strive for it to be as responsive as possible - ie display pages in under 1 second all the time. Loading long lists of data may take longer, but that's why we use AJAX to display the first results as they come, and not delay the whole page loading.
Currently, our interface is blazing fast even with thousands of nodes, and no searches are slow enough to warrant this. Even if they were, I'm pretty sure we should focus on speeding them up rather than adding a button to cancel - which users can do just by navigating to a different page anyway.
In this light, I'm rejecting this ticket. Anyone who disagrees may re-open it if they feel strongly :)