ember-user-activity

Ember Addon for tracking user activity & idling

MIT License

Downloads
76.5K
Stars
110
Committers
19

Bot releases are visible (Hide)

ember-user-activity - Mobile Touch Events Supported!

Published by elwayman02 over 8 years ago

ember-user-activity - I owe rwjblue a beer

Published by elwayman02 over 8 years ago

Thanks @rwjblue for some sanity bug fixes! :)

ember-user-activity - Performance Improvements!

Published by elwayman02 over 8 years ago

This is an exciting update because it introduces some great performance improvements to the initially naive approach used by EUA. Specifically:

  • Scroll events are now determined through requestAnimationFrame, so that scrolling animation is not blocked on JavaScript execution
  • All events are individually throttled, so that we don't have a firehose of events being fired when they happen in quick succession
  • mousemove has been removed as a default enabled event (see https://github.com/elwayman02/ember-user-activity/issues/16)

Thanks to @runspired, @rwjblue, @mixonic & Twitch Engineering for giving feedback to improve the above approaches! This is only the beginning; there is always more work to be done. :)