readthedocs.org
readthedocs.org copied to clipboard
Proxito: deprecate serving `README.html` by default
We are currently serving /README.html and <path>/README.html in
https://github.com/readthedocs/readthedocs.org/blob/e85ee7dbadfec7735d89427ed7083b38ea22284e/readthedocs/proxito/views/serve.py#L301-L327
This is not a standard behavior and we have it there because of pretty old compatibility reasons. I'd like to deprecate this and remove this "feature" if possible. As a first step, I added the tryfile= argument in the log line in #9983 to start tracking this and check how many projects are using this non-standard hosting feature. We can then check this via New Relic, analyze and decide what to do.
We have 340 projects in .org and 1 in .com relying on this https://onenr.io/0BQ1Gv2BMRx
Count has gone down in the last year: 239
https://onenr.io/0BR6Zzk5GRO
Cool. I checked this today and we have 227.
Email sent today.
Work done in #11348