Hi. I'm currently fetching configuration to get all image sizes so I can render them properly. I'm wondering if I could avoid that API call and just save a copy locally, less API calls is better for loading speed. Is it a good idea or are those values changing over time? I'm also fetching movie/tv genres list. Is it the same case as the configuration?
Thanks :)
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 6 de agosto de 2024 a las 10:44
You can certainly cache it locally and maybe check it once a day/week or something. The data does not change very often, so that's a safe decision.
Contestado por ticao2 🇧🇷 pt-BR
el 6 de agosto de 2024 a las 12:10
Image sizes are here:
https://developer.themoviedb.org/reference/configuration-details
Genres are here:
https://developer.themoviedb.org/reference/genre-movie-list
https://developer.themoviedb.org/reference/genre-tv-list