gtd-trello-card-links
gtd-trello-card-links copied to clipboard
Bogs down the browser
Hi,
Love the idea of this, but I found that on a board with about 50 cards, everything bogged down. The keyboard took 5 to 6 seconds to respond to a key press etc. Disabling this extension fixed the problem right away.
I'm also use Scrum for Trello, Card Color Titles for Trello, Card Colors for Trello, Parent/Child Management for Trello and Trello Card Numbers so it could be a conflict with one of those, if you can't replicate it.
@Stephen-Cronin Thanks for the feedback! I've got 2 guesses as to what could be happening here...
- Regular Expressions could be doing heavy calculations making it very slow or
- the jQuery dependency could be making it slow
I'm willing to bet it's regular expressions. I've heard stories of if slowing things down quite a bit.
I'll happily accept a PR. I'm a bit busy, so I'm unable to work on this right now.