This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-12
Channels
- # announcements (1)
- # babashka (32)
- # beginners (27)
- # calva (4)
- # clojure (18)
- # clojure-australia (2)
- # clojure-europe (11)
- # clojure-spec (8)
- # clojure-uk (15)
- # clojurescript (8)
- # cursive (14)
- # datomic (12)
- # fulcro (36)
- # graalvm (3)
- # graphql (2)
- # jobs (1)
- # meander (1)
- # pathom (5)
- # pedestal (12)
- # re-frame (1)
- # reagent (1)
- # reitit (2)
- # testing (12)
- # vim (2)
Has anyone here collected custom user timing metrics from a re-frame application (e.g., via https://github.com/akamai/boomerang or google analytics or the like)? If so, what approach did/would you take? Just rely on the out-of-the-box instrumentation? Create a custom effect/interceptor? Using https://github.com/day8/re-frame-debux is fine in dev to get function execution timings but how might you think about recording the user's experienced timing that might be across events?