[SOLVED] 2021-06-16 Downtime

For us it worked for a few minutes, but now it’s down again

@aiwfiu Yes, I know…

I still have no idea what it is, could be just a load of requests that the DB server cannot handle.

Anything we can help with on our end?

I could have found something. The storage with the tokens was very slow.

FYI we are still getting 521s

ok seems to be fixed now :smiley:

Hi there!

Your https://status.squidex.io/ still show CDN and Cloud as offline. Or it is not correct?

Updating because people are commenting that it is fixed that the issue is still the same for me when doing a get request for multiple items.

No, I don’t think so.

For me it works fine now. What kind of query do you make?

Veeery slow on our side…

I sent you an example of a failing request via a private message

We are experiencing issues with live look ups to your service.

Also I cannot perform a netlify build of our static prod website

errors still occurring fyi.

Yes, I am aware of that. I have still no idea why the Mongo queries are suddenly slow like hell. I have a fix in the PR that could distribute the load better over the servers, but I have to test it out.

it is now up/working.

3 Likes

Hi dears, our client is not able to use the platform, very slow queries and sometimes it is totally down. please give us time estimate to fix the issue

FYI, Service is down again. same as before.

1 Like

My queries take around 80ms now.

Btw: A general performance advice is not to retrieve the total if you don’t need. It is very slow, due to the nature of databases work in general. You can add a X-NoTotal=1 header to your REST calls.