[CONVEX A(actions/index:getPricing)] [LOG] 'Cached total duration: 12706ms [12.706secs]' // first call, no cache (12 seconds is dreadfully slow)
[CONVEX A(actions/index:getPricing)] [LOG] 'Cached total duration: 340ms [0.34secs]' // second call, cache (blazingly fast)
// same action call client side - without the action cache component being utilized
[CONVEX A(PokeData/actions:getPricing)] [LOG] 'Non Cached total duration: 2115ms [2.115secs]' // first call, straight action w/ no action cache
[CONVEX A(PokeData/actions:getPricing)] [LOG] 'Non Cached total duration: 2237ms [2.237secs]' // second call
[CONVEX A(actions/index:getPricing)] [LOG] 'Cached total duration: 12706ms [12.706secs]' // first call, no cache (12 seconds is dreadfully slow)
[CONVEX A(actions/index:getPricing)] [LOG] 'Cached total duration: 340ms [0.34secs]' // second call, cache (blazingly fast)
// same action call client side - without the action cache component being utilized
[CONVEX A(PokeData/actions:getPricing)] [LOG] 'Non Cached total duration: 2115ms [2.115secs]' // first call, straight action w/ no action cache
[CONVEX A(PokeData/actions:getPricing)] [LOG] 'Non Cached total duration: 2237ms [2.237secs]' // second call