day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
632 stars 68 forks source link

[Enhancement]: Show whether subs are a cache-hit or miss? #364

Closed scott-kl closed 2 years ago

scott-kl commented 2 years ago

What do you suggest?

Apologies if this is something obvious I missed, but how can I see if my subscriptions are being returned from the cache or not? I see inside re-frame.subs there is trace code for this, but I don't see the trace output anywhere in 10x output nor in my console.

scott-kl commented 2 years ago

Sorry my bad, it's inside of the :subs/create trace.