Skip to content
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

GUI problem with more than 3200 service groups #97

Closed
arditkazazi opened this issue Mar 29, 2019 · 3 comments
Closed

GUI problem with more than 3200 service groups #97

arditkazazi opened this issue Mar 29, 2019 · 3 comments
Assignees
Labels
enhancement GUI User Interface related pinned

Comments

@arditkazazi
Copy link

Hello,
it seems there is some problem with using the secured area of the gui with more than 3200 service groups The gui became very slow. From the logs we are seeing al lot of calls like this:
• 2019-03-28 14:40:32,556 INFO com.helger.peppol.smpserver.data.sql.AbstractSMPJPAEnabledManager - getSMPServiceGroupOfID(iso6523-actorid-upis::9906:it05091100965

And errors like this:
• 2019-03-28 14:41:32,148 ERROR com.helger.photon.core.requesttrack.LoggingLongRunningRequestCallback - Long running request. ID=63; millisecs=67506; URL=http://192.168.127.31:9060/secure/

Regards

@phax phax self-assigned this Mar 29, 2019
@stale
Copy link

stale bot commented Jun 27, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 27, 2019
@phax phax added pinned and removed wontfix labels Jun 27, 2019
@ri4a
Copy link

ri4a commented Feb 3, 2020

The problem is only with

secure/menuitem-service_groups

So a workaround for other parts of the UI is to deeplink, e.g. to

secure/menuitem-smp_settings

That will ask for credentials and redirect, without hitting the non-working page.

@phax phax added the GUI User Interface related label Jun 26, 2020
@phax
Copy link
Owner

phax commented Jun 26, 2020

V5.2.4 comes with an improved UI:

  • If there are more than 1000 ServiceGroups, than endpoints are no longer counted - this heavily speeds up the display process
  • The list of Endpoints was split into a page for "List" and one for "Tree" - "List" can handle >50K entries in less than 10 seconds (on my machine) - the "Tree" is as slow as before, because of lack of pagination

Closing this for now.

@phax phax closed this as completed Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement GUI User Interface related pinned
Projects
None yet
Development

No branches or pull requests

3 participants