Show hostname resolution progress for static reports - #2975
Open
ElliottLandsborough wants to merge 1 commit into
Open
Show hostname resolution progress for static reports#2975ElliottLandsborough wants to merge 1 commit into
ElliottLandsborough wants to merge 1 commit into
Conversation
ElliottLandsborough
force-pushed
the
master
branch
2 times, most recently
from
August 3, 2026 16:30
ca20d45 to
7283a32
Compare
ElliottLandsborough
marked this pull request as ready for review
August 5, 2026 21:13
ElliottLandsborough
force-pushed
the
master
branch
from
August 21, 2026 00:46
7283a32 to
7081877
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When generating static reports (HTML/JSON/CSV via --with-output-resolver), GoAccess reverse-resolves the hostname for every visitor IP. On large logs this can take a while, and previously there was no feedback — the parsing spinner finished, then the process just appeared to hang while DNS lookups happened silently.
This PR adds a second, determinate progress phase to the existing spinner: after parsing completes, hostname resolution now shows Resolving hostnames X/Y (Z pending) so users can see it's actively working and roughly how far along it is.
Screen recording of it switching over from processing 70 million logs to resolving the hostnames:
Screen.Recording.2026-08-21.at.01.36.55.mov
Testing