
My account got suspended 3 times in the past 2 days. I got a message by email from Steven Nguyen the first two times that he unblocked it. He states:
You had hundreds of create/update requests taking longer than 5s. You seem to consistently have 50-100 slow requests throughout the day.
This is about create/update requests. The project is really simple. When the site loads we load the list of cards of the user. Then the user increments the new cards he got, which is either a create if no row exists yet for that user in the db, or an update to increment the amount_owend on the row. That is it.
We have been running this exact code for the past couple of weeks. We did get more users. Here you can find the relevant code for the create/update --> https://github.com/marcelpanse/tcg-pocket-collection-tracker/blob/51d2306f104cf15b6a499f8b8c8321aed72ada86/frontend/src/components/Card.tsx#L43-L56 How is it my fault if the create / update calls are slow on your end?
Could you: **1. Please unblock the site, this is a production website that you just without warning are disabling. ** 2. Tell me what I could do differently to prevent slow requests?
Recommended threads
- Table ID’s
Why are my table names showing without table ID’s??
- account.get imageUrl
We dont get imageUrl of users when do account.get(), i need to manually fetch,and set it. but this should be default behaviour.
- unexpected row_invalid_structure error
In images you can see both my code,error, column schema I do have timezone in table schema but still while creating a row i am receving row_invalid_structure e...
