readthedocs.org icon indicating copy to clipboard operation
readthedocs.org copied to clipboard

Proxito: deprecate serving `README.html` by default

Open humitos opened this issue 2 years ago • 2 comments
trafficstars

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.

humitos avatar Feb 07 '23 09:02 humitos

We have 340 projects in .org and 1 in .com relying on this https://onenr.io/0BQ1Gv2BMRx

stsewd avatar Mar 20 '23 16:03 stsewd

Count has gone down in the last year: 239

https://onenr.io/0BR6Zzk5GRO

agjohnson avatar Feb 29 '24 20:02 agjohnson

Cool. I checked this today and we have 227.

humitos avatar May 23 '24 15:05 humitos

Email sent today.

humitos avatar May 28 '24 11:05 humitos

Work done in #11348

humitos avatar May 29 '24 11:05 humitos