You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching data from an external wordpress site does not come without an overhead. On the bright side, that content should not change much under normal conditions, so it is a perfect candidate to be cached.
I think that adding a couple settings to define the cache's duration is definitely worth, because on a couple sites that i am using this library in, this app's views are the slowest by far.
Fetching data from an external wordpress site does not come without an overhead. On the bright side, that content should not change much under normal conditions, so it is a perfect candidate to be cached.
I think that adding a couple settings to define the cache's duration is definitely worth, because on a couple sites that i am using this library in, this app's views are the slowest by far.