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 :)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on August 6, 2024 at 10:44 AM
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.
Reply by ticao2 š§š· pt-BR
on August 6, 2024 at 12:10 PM
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