jsperf / jsperf.com

jsperf.com v2. https://github.com/h5bp/lazyweb-requests/issues/174
https://jsperf.com/
MIT License
1.31k stars 128 forks source link

jsperf.com returning 502s #537

Open JaKXz opened 4 years ago

JaKXz commented 4 years ago

Hi,

I found #418 but didn't want to comment on a very old issue, but I am seeing 502s for https://jsperf.com

If it helps, here is the cloudflare error screen that I see in every major browser:

image

thomasjammet commented 4 years ago

+1

MathieuPOUX commented 4 years ago

Same issue here too

danawoodman commented 3 years ago

Lol this is still an issue. So jsPerf is a dead service I assume?

asilluron commented 3 years ago

Hi Dana, we're working to resolve. Apologies for delay

On Tue, Oct 13, 2020 at 11:01 AM Dana Woodman notifications@github.com wrote:

Lol this is still an issue. So jsPerf is a dead service I assume?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jsperf/jsperf.com/issues/537#issuecomment-707880578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOY7ML65YK2KVQIMWP2D73SKSBVRANCNFSM4RU2U4OQ .

nikitahl commented 3 years ago

Are there any updates on this issue? It's the 4th of November and it's still down (502 error).

DoctorDerek commented 3 years ago

Hey @asilluron Thanks for such a great service! I love JSPerf 🥇

danawoodman commented 3 years ago

@asilluron site is still down a month later 😢

wortwart commented 3 years ago

+1. I haven't been able to access jsperf.com for several weeks - with different devices, with or without VPN. And that is really a problem as I'm doing research about web performance. I wish there was something like a GitHub repo with your user-generated test cases so that I could at least run them on my own.

jwdunn1 commented 3 years ago

@wortwart Consider using https://jsbench.me in the interim. Or, run locally using: https://benchmarkjs.com

EricRabil commented 3 years ago

If jsperf is not coming back, could we please have a database dump? A lot of helpful benchmarks in there that will take time to replenish elsewhere.

peder1001 commented 3 years ago

I also loved the jsperf existing benchmarks which others have made, so I could compare solutions. Would love to see this running again.

TwitchBronBron commented 3 years ago

I'd even settle for a version of jsperf that just runs in the browser with no backing database at the moment. It's not overly difficult to slap together some benchmarks for certain things. Could you stand up jsperf again with the server-side components (log-in, finding old saved items, etc...) disabled so we can at least run benchmarks? I strongly dislike the UI of all the other performance websites out there.

VictorQueiroz commented 3 years ago

I just wonder why exactly jsperf is dead. Why not hand the project to someone that's interested in taking care of it? It seems like an useful and important project for the community.

DoctorDerek commented 3 years ago

That's the $10,000 dollar question, Vic.

Haha 😂

I've tried https://jsbench.me and https://jsben.ch and prefer the latter, but JSPerf has a sweet spot in my heart.

El vie., 22 de enero de 2021 1:56 p. m., Victor Queiroz < notifications@github.com> escribió:

I just wonder why exactly jsperf is dead. Why not hand the project to someone that's interested in taking care of it? It seems like an useful and important project for the community.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jsperf/jsperf.com/issues/537#issuecomment-765619370, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFZ3D4LTU74ZNXSKPMLEE3S3HC6JANCNFSM4RU2U4OQ .

TwitchBronBron commented 3 years ago

I decided to write a serverless client-side-only clone of jsPerf. It's a copy of the edit and test pages from jsperf. I still have a few small tweaks to make, but I left the existing jsPerf benchmarking logic intact.

jsperf-static stores your test results in local storage, so there's currently no sharing performance result URLs. However, I plan on writing "generate share url" functionality that will compress your test data so it can fit on a URL. Obviously larget tests won't fit, but for the small ones it should work just fine.

Here's the site: https://twitchbronbron.github.io/jsperf-static/

And here's the repository, feel free to open issues for anything you find that is missing or broken: https://github.com/TwitchBronBron/jsperf-static

Give it a try, I'd love to know what you think!

EricRabil commented 3 years ago

It'd be so nice if we could have a database dump – I frequently come across posts referring to a JSPerf that I can no longer play around with. Really miss this tool.

mathiasgheno commented 3 years ago

hello @asilluron there is any update about the problem?

asilluron commented 3 years ago

Thank you for all the feedback. It seems that problem has to do with the "routing" rules on the Vercel platform. It was not my intention to let this sit so long, my sincere apologies, I've been helping with projects related to front-line Covid problems (food delivery, pickup, mortgage servicing, etc). I think we just need to tweak the Vercel config and see what happens.

On Sun, Jan 31, 2021 at 3:30 PM Mathias Gheno Azzolini < notifications@github.com> wrote:

hello @asilluron https://github.com/asilluron there is any update about the problem?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jsperf/jsperf.com/issues/537#issuecomment-770462727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOY7MIQWENKQJIKEJOODO3S4XKZLANCNFSM4RU2U4OQ .

mathiasgheno commented 3 years ago

Thank you for your answer. There is something I can help to make it works?

the-wazz commented 3 years ago

fyi, website still down.

mathiasgheno commented 3 years ago

The error for me is different now.

Screenshot from 2021-02-21 19-52-52

CubeyTheCube commented 3 years ago

site is still down

TwitchBronBron commented 3 years ago

Yes, still down for me as well.

@asilluron, we realize you're busy, but you're the only one who can fix this. Any chance you could carve out a little time in your schedule to give this another look?

VictorQueiroz commented 3 years ago

@asilluron (or whoever owns this project) just make the jsperf database publicly available and let us do what you can't. That's the best you can do for the community right now.

asilluron commented 3 years ago

@VictorQueiroz I don't own the project, I am just a collaborator, but I have set some time aside. I apologize, work has been beyond insane. I was in the midst of deploying online ordering for a major grocery chain during Covid, and then it just grew from there.

I have opened a PR to track the work https://github.com/jsperf/jsperf.com/pull/541

Lagicrus commented 3 years ago

@VictorQueiroz I don't own the project, I am just a collaborator, but I have set some time aside. I apologize, work has been beyond insane. I was in the midst of deploying online ordering for a major grocery chain during Covid, and then it just grew from there.

I have opened a PR to track the work #541

In the effort of logging and making sure everyone is in the now, after I saw this comment I went to test the site, just to check. Found this error image

So it seems to have shifted somewhat in the error message, which is progress?

TwitchBronBron commented 3 years ago

Now there's a new error. 402: PAYMENT_REQUIRED. Is there any chance of this project ever coming back online? If not, please just tell us so we can move on with our lives.

image

VictorQueiroz commented 3 years ago

To be honest, it seems so selfish to have everyone just wondering what is going with this project while whoever is in charge is just hiding somewhere. I believe we'd all appreciate getting some understanding on whether this project will ever be brought back on or not.

Are you guys expecting to get some money out of this? Please enlighten us with some sort of information about why this project was completely abandoned to a point where no one understands what is going on anymore.

I might be interested in buying this project, please let me know who can decide on this. Feel free to contact me anytime.

EricRabil commented 2 years ago

@maxbeatty @asilluron pretty please ❤️

reverofevil commented 1 year ago

@asilluron A friend reminder that epidemic is over for quite a while, but the website is still down. :)

Do you have an access to the database? Could you please upload it somewhere?