Last active
December 18, 2015 23:19
-
-
Save brianswisher/5860546 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**jQuery** - We can eliminate jQuery on the UHP, but it would require reworking several other behaviors on the page, the big one being the StartEndDate selector. | |
**StartEndDateSelector** - Devices provide their own standard UI for date selection with full support for localization. Overriding this free UI for everybody is no small task and seems extraneous. We should try to support native date selection with an adaptive polyfill for those that need it. To be considered: | |
* The RFC 3339/ISO 8601 "wire format": YYYY-MM-DD. According to the HTML5 specification, this is the format that must be used for the input's value upon form submission or when requested via the DOM API. It is locale and region independent. | |
**System libs** - There are some we can potentially optimize for mobile | |
* OpinionLab | |
* Omniture | |
* ... | |
1. Eliminate unnecessary libs | |
2. Swap out libs that have baggage | |
3. Reduce extraneous user behaviors | |
We can use benchmarking right away to make the determination of the extent to which libs we should optimize. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment