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

[Question]: How large does this scale? #96

Open
sporkman opened this issue Jun 3, 2023 · 4 comments
Open

[Question]: How large does this scale? #96

sporkman opened this issue Jun 3, 2023 · 4 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested
Milestone

Comments

@sporkman
Copy link

sporkman commented Jun 3, 2023

I'm having no issues with the other piece of this (the report parser), but this web UI is acting a bit odd, and I'm wondering if I'm just stuffing too much data into it.

For example, with the 1,000 or so reports I'm looking at, that represents about 43,882,401 messages.

Front page loads fine, but clicking in to any domain eventually either just times out or results in a connection reset.

Server is currently not doing anything else and I'm not seeing anything of note in "top" while the UI is loading. Setup is bog-standard apache with mod_php, db is postgres.

Before I go too nuts with this, just wanted to reach out and see if it's practical to be working with this many records.

@sporkman sporkman added help wanted Extra attention is needed question Further information is requested labels Jun 3, 2023
@userjack6880
Copy link
Owner

Honestly, I do not know how far this will scale - the goal is to scale up, but I admit there are inefficiencies in the queries that need to be worked out. Some methods to attack this are being considered.

@sporkman
Copy link
Author

OK, let me know if you want a look at what I've got at some point - again, not really sure if the numbers we're looking at are medium, large, XL..

@userjack6880 userjack6880 added this to the V2 Alpha milestone Jun 12, 2023
@userjack6880
Copy link
Owner

Thanks for the feedback - I'm adding this to the V2 Alpha milestone.

@rtm516
Copy link

rtm516 commented Jun 17, 2024

It works on large domains if you are prepared to wait for the page to load
Based on the metrics on the homepage over the last ~24h we have had 5k total and that took 10.9 min according to Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants