Anyone have experience using the `Action
Anyone have experience using the
Action Cache
component? Im running into some pretty big slow downs when incorporating it when i hit an external api.
Its about 6x slower on initial fetch (with no cache hit) when querying the external api with the action cache component - compared to before with no action cache.
here are some logs showcasing the 6x latency:
1 Reply
A little more insight - when logging the total duration of the
handler
within my pricing action:
This is my internal action calling the getPricingHandler
, when wrapped in the action cache component, its showing the fetch call & data structuring for pricing takes about 11.4 seconds
with no action cache component & calling the action directly - the getPricingHandler
takes only about 3 seconds: