Skip to content

Commit 8c2231a

Browse files
committed
cleanup
Signed-off-by: flakey5 <[email protected]>
1 parent 6592916 commit 8c2231a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/site/pages/en/blog/announcements/making-nodejs-downloads-reliable.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ author: flakey5
99
Last year, we shared [the details behind Node.js' brand new website](https://nodejs.org/en/blog/announcements/diving-into-the-nodejs-website-redesign).
1010
Today we're back, talking about the new infrastructure serving Node.js' release assets.
1111

12-
<!-- I don't really like this paragraph -->
13-
1412
This blog post goes into what Node.js' web infrastructure looks like, its history, and where it stands today.
1513
We're also going to be covering what exactly we had in mind and were prioritizing with this infrastructure overhaul.
1614

@@ -48,13 +46,10 @@ _Refs: [Release Overview](https://github.com/nodejs/build/blob/main/doc/release-
4846

4947
Nowadays, the nodejs.org domain sees over 3 billion requests and 2+ petabytes of traffic per month, with the majority of that going towards release assets.
5048

51-
<!-- cf dash screenshots? -->
52-
5349
This averages to about 1,157 requests per second, with an average bandwidth of 771 mb per second.
5450

5551
<details>
5652
<summary>Math</summary>
57-
<!-- todo double check w/ up to date numbers -->
5853
3,000,000,000 requests per month / 30 days / 24 hours / 60 minutes / 60 seconds = ~1157 requests/second.
5954
2,000,000,000 mb per month / 30 days / 24 hours / 60 minutes / 60 seconds = 771 mb/second.
6055
</details>

0 commit comments

Comments
 (0)