Hi,
We have issue of taking a long time when loading project pages and just project pages. It takes 10-18 minutes, depending on how big the project is.
The server and database server performance are decent, if not, everything should be slow as well.
Has anyone here ever experience this as well?
Thanks!
Long load times on Fisheye/Crucible project pages are usually related to indexing, database performance, or JVM/OS limits. Based on Atlassian’s documentation, the main areas to check are:
1) Repository size and indexing load
Large repositories or many branches/tags can slow project pages significantly.
Ref:
https://confluence.atlassian.com/fisheye/improve-fisheye-scan-performance-960155798.html
2) Database indexing
Missing/insufficient DB indexes can cause long query times when loading project metadata.
Ref: https://confluence.atlassian.com/fisheye/tuning-fisheye-performance-960155706.html
3) JVM heap and file descriptor limits
Low heap or OS file limits often lead to delays during page rendering.
Ref: https://confluence.atlassian.com/fisheye/tuning-fisheye-performance-960155706.html
4) Storage location
If repositories are stored on remote/NFS locations, Fisheye response time slows down.
Ref: same as above.
Quick checks you can run now:
• Review server CPU/disk activity during the slow load
• Check repository sizes and indexing logs
• Verify JVM memory settings
• Ensure DB indexes match the recommended configuration
Why it’s slow
How to fix it
First step: Turn on simple timing (or a profiler), see whether the database, the cache layer, or the network is the bottleneck, then apply one of the above fixes.
— Mia Tamm from Simpleasyty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.