-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance issues #246
Comments
+1 for this issue, we have 280 tickets under the filter of My View page and it took forever to load. |
Further investigation is I only filtered out the status and the other filtered set to default. May some issue with the selecting datas queries? |
Taskodrome/Taskodrome/pages/main.php Line 34 in 58a15c5
When I change |
Related to js performance I found that when commenting out this Taskodrome/Taskodrome/files/scripts/utils.js Line 106 in 23af0e0
|
In case you're interested I started working on performance improvements: https://github.com/imatic/Taskodrome/commits/imatic_mantis2 for now js renders page with 50 records about 1minute faster (many long strings which this plugin was shortening quite a while). |
Hello, @nenadalm ! |
Do I understand it correctly that this plugin just renders all issues in mantis in selected project? So that if I have over 32000 issues, they will all be rendered at once (status doesn't matter) and there is no way to configure it? |
Yes, this plugin gets all available issues of current project and tries to show them. Admin can hide some users or statuses with their issues using plugin configuration. |
Plugin configuration won't affect number of rows from database though: Taskodrome/Taskodrome/pages/main.php Line 38 in 58a15c5
|
Yep, that's right |
Ok, thanks. It turned out that this plugin is not something we would like to use. Feel free to merge in the performance improvements in case of tasks with long texts. I won't look more into this. |
@nenadalm |
I don't think I can. I am getting redirections when trying to create PR: https://github.com/mantisbt-plugins/Taskodrome/compare/mantisbt-plugins:mantisbt_2.0.0...imatic:imatic_mantis2?expand=1 back to the create PR page. I don't really mind which account is attached to the changes :) |
OK :) |
Design of text shortening function was improved (issue #246)
Design of text shortening function was improved (issue #246)
Hi,
Firefox complains about a page slowing down the browser.
It takes a long time to display the "Assignment board" (+200 issues to display)
Very promissing tool, we already love it !
The text was updated successfully, but these errors were encountered: