function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AvansysAvansys 

how to optimize calls to the api?

Hi, i´m developing a e-commerce web site, this site extract information about products and productos stock; the problem is  that in less than 24 hours i get the call request limit.

 

I have 10 licenses, then 10 x 1000 i have 10,000 api calls.

 

10,000 can sounds very much, but i dont know how many api calls i´m "loosing" with  one query or with login, or with logout, etc.

 

Thanks.

Pat PattersonPat Patterson

Sounds like you need to do some caching - maybe look at memcached?

AngryRostAngryRost

go to <Your name> -- Setup -- System overview. There you'll see API Requests, Last 24 Hours

 

so you can look at this value, perform some operations and look again and count how many api calls have been used