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

The curl Download Wizard is broken #344

Closed
bagder opened this issue Apr 25, 2024 · 6 comments
Closed

The curl Download Wizard is broken #344

bagder opened this issue Apr 25, 2024 · 6 comments

Comments

@bagder
Copy link
Member

bagder commented Apr 25, 2024

When clicking through it, it does not actually list any alternatives.

I don't know since when.

I believe that maybe this wizard has served its purpose and can be retired now without many complaints. To also save us from having to figure out the problem and fix it.

Reported-by: Max Schulze via email

bagder added a commit that referenced this issue Apr 25, 2024
Remove the download wizard. It is broken and has probably been broken
for a while without anyone noticing. It has served its purpose and is
hereby retired.

Ref: #344
@bagder bagder mentioned this issue Apr 25, 2024
@dfandrich
Copy link
Collaborator

dfandrich commented Apr 25, 2024 via email

@bagder
Copy link
Member Author

bagder commented Apr 25, 2024

Grepping the logs on the origin server:

$ zstdgrep /dlwiz curl.se-access.log-20240424.zst | wc -l
1953
$ zstdgrep /dlwiz curl.se-access.log-20240423.zst | wc -l
2926
$ zstdgrep /dlwiz curl.se-access.log-20240422.zst | wc -l
1648
$ zstdgrep /dlwiz curl.se-access.log-20240421.zst | wc -l
970

@dfandrich
Copy link
Collaborator

dfandrich commented Apr 25, 2024 via email

@bagder
Copy link
Member Author

bagder commented Apr 25, 2024

On the 23rd, which had the most number of dlwiz request those were 0.94% of all hits. And yes, a fair amount of those 2926 hits were bots. I quick look says maybe up to 10%. Due to extensive caching of most content in the front-ends, there is reason to suspect that 0.94% is also a gross over-estimation of what share of users actually use the download wizard.

The Fastly stats tells us that the curl website serves 720 million requests/day.

@bagder
Copy link
Member Author

bagder commented Apr 25, 2024

by accident I have 4 log files left from 2023-08-19 to 2023-08-22. Back in those days, dlwiz was accessed 1492, 1883, 700 and 877 times.

bagder added a commit that referenced this issue Apr 26, 2024
Remove the download wizard. It is broken and has probably been broken
for a while without anyone noticing. It has served its purpose and is
hereby retired.

Ref: #344
Closes #345
@bagder
Copy link
Member Author

bagder commented Apr 26, 2024

I removed the wizard, so we don't have to fix it...

@bagder bagder closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants