Hey,
I need to make a website based on a API for a school project. I've chosen for tMDb API which had lots of information I needed. However, when I'm using the API and I'm loading the data, it takes a whole second to load. I don't know if it's normal with the tMDb API, but other APIs are faster. So, anything to do about it, or is it normal?
Thanks.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 20 novembre, 2015 alle 10:34AM
Hi JonasVanhecke,
What request(s) are taking this long? Looking at our logs, I don't see anything in this range. Our 95th percentile response times are sitting around the 100ms mark, search is considerably better at 20ms.
Risposta da Kevin Deery
il 15 dicembre, 2015 alle 6:56AM
Hi JonasVanhecke,
Im sure this is related to the other work your doing to the results ie displaying them on screen etc and not the api response time
I don't know if your using a wrapper for the api or you have created your own methods, however if you have your own you should put a break point at the http request and step over it. It will defs not take 1 sec to get the response
If you are using a wrapper , then try fiddler to track the call and look into the response time of the request
Kevin