Usability #2371
closedSlow- slower - slowest
10%
Description
Repository: Accessing Repository - Search actions - Remove content object : extremely slow - not workable :-(
Files
Updated by Hans De Bisschop almost 13 years ago
- Tracker changed from Bug to Usability
- Target version changed from 3 to 21
Updated by Koen Favere almost 13 years ago
Performance has dropped considerably. It's very frustrating. This is a very critical issue.
Updated by Hans De Bisschop almost 13 years ago
It's no slower or faster then it was a few months ago as far as I know ?
Updated by Sven Vanpoucke almost 13 years ago
I don't see a difference on my platform either.
Updated by Koen Favere almost 13 years ago
I see a major difference when running locally. Will eventually cause major issues, even on fast servers. Really annoying.
Updated by Koen Favere almost 13 years ago
Updated by Anonymous over 12 years ago
Are you on Windows, perhaps? I've noticed before (in a different project) that Windows has horrible performance when it comes to filesystem searches.
I currently don't have access to a Windows development box so I can't verify this, but could you try hg revision af0ac13f34c5 or later? It might improve the situation somewhat; I've managed to reduce the number of stat()-operations in the form of file_exists and is_dir from 1035 to 203 on the assessment view page.
This didn't hurt performance on NetBSD but it didn't improve it much either (12 milliseconds before, 4 milliseconds after). I expect it to be similar on other *nix platforms.
Updated by Anonymous over 12 years ago
I also noticed that there's an enormous number of CSS files that are included. I count 74 different "aqua.css" files on the assessment view page; each component provides its own version.
This could be quite a bit of overhead too if they all have to be checked and possibly loaded, especially on Windows servers.
On my local machine I noticed that the source loads almost instantaneously, but it's mostly the extra assets that take up all the rest of the time. Perhaps that's another thing you can test; try "view source" and see how long it takes to reload that.
Updated by Stefaan Vanbillemont over 12 years ago
- Project changed from Chamilo LCMS Connect to Repository
- Category deleted (
4)
Updated by Stefaan Vanbillemont over 12 years ago
- Target version changed from 21 to 2.1.0
Updated by Koen Favere almost 12 years ago
- Status changed from New to Bug resolved