Caching Api Calls to Flickr?
-
Hi there!
I was asked to help to increase the performance of a website which uses this plugin. Pages with embedded Flickr-galleries take quite some time to load. In Query Monitor I can see, that everytime the page is rendered multiple calls to the flickr-api are made (because there are multiple galeries per page) and each of this calls takes up to one second.
JS-Mode would be one way to mitigate the problem, but then the spinner is displayed for serveral seconds.
A better approach would caching of the api results, which would also tackle the problem of running into the api-rate-limit of flickr.
For now I wrote my own plugin hooking into the http-hooks of wordpress, but it would be better if your plugin could handle caching of api calls (for all the other supported plattforms)
What do you think? Are there any plans to store api results in the transients?
Greetings, Alex
The topic ‘Caching Api Calls to Flickr?’ is closed to new replies.