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
Thanks for all the work done on restful module and on this restful_search_api module :)
I see that restful module provide storage capabilities which are not used in restful_search_api and I think that is a huge performance issue ...
The setRenderedCache() function (from RestfulBase.php) is never called.
I think the best place to add cache logic is in public function view($id) method isn't it ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for all the work done on
restful
module and on thisrestful_search_api
module :)I see that
restful
module provide storage capabilities which are not used inrestful_search_api
and I think that is a huge performance issue ...The
setRenderedCache()
function (fromRestfulBase.php
) is never called.I think the best place to add cache logic is in
public function view($id)
method isn't it ?Thanks
The text was updated successfully, but these errors were encountered: