I have created some testdata in my local Bitbucket server installation:
System is well sized:
If I now use the bitbucket server API to search for Projects it is very slow.
search = projectService.findAll(new PageRequestImpl(0, 50));
This call alone takes up to 20 seconds if used as a normal bitbucket user who is able to see the 1000 projects. When logged in as admin it only takes less than a second.
Am I missing some hidden cache parameter here which I might need to increase for better performance?
Hi!
did you check the dbms side?
Maybe db is slow ?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.