pastelsky / bundlephobia

🏋️ Find out the cost of adding a new frontend dependency to your project
https://bundlephobia.com
MIT License
8.89k stars 221 forks source link

Website is down (API endpoints failing status=520) #823

Open broofa opened 11 months ago

broofa commented 11 months ago

Important For anyone reading this issue, note that the underlying problem here may be that @pastelsky is looking for people to help contribute and maintain this project.

CleanShot 2023-09-14 at 12 06 31

CleanShot 2023-09-14 at 12 07 19

CosminPerRam commented 11 months ago

Page loads for me, but mentions internal server error: image It would be nice to see a service status page (instead of making issues here for when its down).

liaoliao666 commented 11 months ago

Same issue here

arvinxx commented 11 months ago

same issue here

image
broofa commented 11 months ago

BTW, this is affecting all users of the bundlephobia API. E.g. https://npmgraph.js.org/ (my project) is failing to show bundle sizes in the inspector...

CleanShot 2023-09-15 at 05 52 53@2x

Shawnxkwang commented 11 months ago

+1 this is affecting everyone.

pengtianyua commented 11 months ago

same issue

brendanbond commented 11 months ago

+1

broofa commented 11 months ago

Just dropping a quick note to let people know that @pastelsky is looking for people to help contribute and maintain this project. That may be why this isn't getting addressed. If you have the time and effort, maybe consider volunteering?

pmbanugo commented 11 months ago

are there similar tools?

lcdss commented 11 months ago

Unfortunately, this issue has been happening frequently.

NitroZeus1013 commented 11 months ago

It is working for some packages though like express, classnames etc. And when I tried for @fluentui/react it was able get the package-history api response but not the package size api.

Now it's throwing 429: too many requests.

broofa commented 11 months ago

are there similar tools?

BundleJS API - Provides built-package sizes, but doesn't provide a break down of the constituent subpackage sizes the way BP does.

PackagePhobia API - Provides publish and install sizes. Also does not provide subpackage sizes.

JSDelivr API - Provides usage and filesystem stats for both NPM and Github-based modules. Provides some basic info about filesystem structure and size. Does not appear to provide information about bundled sizes.

This is all I've found so far.