Giter Site home page Giter Site logo

Share development with boomerang about uxm HOT 3 OPEN

treosh avatar treosh commented on May 17, 2024
Share development with boomerang

from uxm.

Comments (3)

alekseykulikov avatar alekseykulikov commented on May 17, 2024

Hi Philip @bluesmoon!

Thank you for feedback, and I'm especially pleased to get it from you and Soasta. Github is a good place to start a conversation.

Boomerang is an impressive piece of software! I'm still reading the documentation. So I may miss something.

UXM has a smaller scope. It is a set of functions to build RUM/performance logic. For example no JavaScript Errors (quite a big topic) or DOM characteristics (could be better evaluated using Synthetic monitoring).

standards for RUM metrics beyond what the browsers provide.

Could you elaborate what does this mean for you?

I would be happy to collaborate and cross-pollinate ideas! What do you think UXM definitely misses for RUM?

from uxm.

bluesmoon avatar bluesmoon commented on May 17, 2024

boomerang is on its own just a beaconing tool, and the actual data gathering is done by plugins, so you could configure it via build time options to have as few or as many plugins as you want, and consequently the file size differs.

I think one of the areas where most APIs are lacking is in the measurement of single page and long lived apps. In terms of where we should come in, is in defining standards for high level events, transitions, or interactions, that are useful to measure to get an understanding of actual user experience. Sort of like how Above the Fold Time was introduced, or Hero Image time, etc.

from uxm.

alekseykulikov avatar alekseykulikov commented on May 17, 2024

I think one of the areas where most APIs are lacking is in the measurement of single page and long lived apps.

That's true. One idea could be to observe Resources, LongTasks, UserTiming, and combine them in some interactions clusters when many changes start to happen.

Additionally provide direct API to start/stop interactions, something like:

startInteraction('open page')
// ... route change, xhr requests
measureInteraction('open page')

that are useful to measure to get an understanding of actual user experience. Sort of like how Above the Fold Time was introduced, or Hero Image time, etc.

Additional to UX metrics, I'm planning to add experimental support for first-interactive and consistently-interactive, inspired by tti-polyfill and Lighthouse.

It seems, that "Above the Fold Time" and "Hero Image time" are quite specific and should be implemented with User Timing API based on app requirements.

from uxm.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.