IN BROWSER

LocalStorage, Scalable

(anonymous)

user UX

Need

Drupal (mostly)  treats anonymous users the same.

 Drupal go-to is data in the DB (ok: SOLR, memcache).


Neat

Session-only data at scale.

Anonymous user profiling/personalization.

<Links>




(bloat)


<my-LINKs>

@Todo


  1. Stash/restore [#2279289]
  2. GUID? (supercookie)
  3. hasUserSeen(type, thing) [#2279301]
  4. Full tests

Let's Go!


What are you stashing in localStorage today?

What would you like to?

Collaboration/plan to define space and norms?

What configurations should exist inside Drupal?

Useful JS libraries and abstractions are available?

LocalStorage in browser. Scalable anonymous user UX

By Josh Lind

LocalStorage in browser. Scalable anonymous user UX

Are you already or trying to use localStorage in browser? Let's chat. Much of Drupal treats anonymous users all the same, we also rely on the DB (or memcache) to store everything. There is a better way. Due to scaling the browser is fine place to stash data. LocalStorage can also enhance anonymous UX through profiling and non-permanent saving.

  • 999