mavelous
mavelous copied to clipboard
Use local storage instead of cookies
pfdsettings.js
currently stores the PFD settings in a cookie, but that means that the cookie contents get sent to the server on every ajax request, which is a lot of overhead. We should store all settings in HTML5 local storage instead, and we should use Backbone's storage sync mechanism.