The Movie Database Support

Hello everyone!

I recently developed a calculator for a newly released game on Steam. It helps players determine the best setup within the game, and as an extra feature, it suggests movie titles that users can use as inspiration for naming things in the game.

However, after deploying The Calculator, I noticed that the number of requests is unusually high, even though the site's traffic is relatively low. This has left me a bit confused, and I was wondering if someone here on the forum could take a look and suggest improvements to reduce the number of requests.

The file responsible for handling this query is "src/hooks/useRandomMovieTitle.ts", in case anyone wants to take a closer look at the code.

The project is open-source, completely non-profit (it doesn't even have ads), and is available on GitHub for anyone interested.

I’d really appreciate any help!

2 replies (on page 1 of 1)

Jump to last post

@ooVictorFranco said:
High number of requests in "randomization" queries!
Hello everyone!

I recently developed a calculator for a newly released game on Steam. It helps players determine the best setup within the game, and as an extra feature, it suggests movie titles that users can use as inspiration for naming things in the game.

However, after deploying The Calculator, I noticed that the number of requests is unusually high, even though the site's traffic is relatively low. This has left me a bit confused, and I was wondering if someone here on the forum could take a look and suggest improvements to reduce the number of requests.

The file responsible for handling this query is "src/hooks/useRandomMovieTitle.ts", in case anyone wants to take a closer look at the code.

The project is open-source, completely non-profit (it doesn't even have ads), and is available on GitHub for anyone interested.

I’d really appreciate any help!

I don't know anything about this subject.
Maybe admin Travis Bell can help.
I can only provide the information I have on this subject.

API Request Limits
First we have this information in the instructions for using the TMDb API.
https://developer.themoviedb.org/docs/rate-limiting

And Travis Bell, the Administrator, has already given us this explanation.

For API Requests:

One of our CDN providers enforces some base level rate limiting to help prevent DDOS attacks.
I believe it's a maximum of:
50 requests per second and
20 connections per IP.

See here: https://www.themoviedb.org/talk/62c7c1b258361b005fd2e747?page=1#62c83b78befd91005007a0c7

For Images:

For image.tmdb.org the only thing we limit is the max number of simultaneous connections.
The limit is the same, 20.

See here:
https://www.themoviedb.org/talk/62edd3ca46aed400917de201#62ee88e7176a940086449cdf
https://www.themoviedb.org/talk/62c7c1b258361b005fd2e747?page=1#6301a107097c49007f60374a
https://www.themoviedb.org/talk/62c7c1b258361b005fd2e747

And...
Is there really no API Rate Limiting?

The original rate limiting (40 requests every 10 seconds) has indeed been been disabled since December 2019.
There are some higher overall limits that still exists to help mitigate different attacks and the like.
I believe they sit around the 50 request per second range.

See here:
https://www.themoviedb.org/talk/6442ced4d35dea02fcfb0fab#6442d4a0d35dea0455fb1a07

Obrigado @ticao2, eu não sabia dessas informações. Estava fazendo alguns testes aqui e consegui melhorar o desempenho do meu código fazendo com que as requisições não se prolonguem tanto e ainda reduzi o número de requisições armazenando parte dos dados em cache no navegador do usuário. Isso vai me permitir no futuro adicionar imagens e até mesmo sinopse para o projeto!

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login