Confirmed users
353
edits
(Created page with "= Previous Action Items = * [jeads] post graphs source to github * [jmaher] figure out the http://people.mozilla.org/~jmaher/sfn/linux64/ numbers sent to christina ** {{bug|7...") |
|||
| Line 20: | Line 20: | ||
== datazilla == | == datazilla == | ||
* The data view displaying the summary of all test runs was starting to take 10-20 seconds to load. To speed things up, I wrote a caching system that uses memcached to cache 7 day and 30 day test run summary data structures for all product/branch/version combinations. | |||
* This cache needs to persist if memcached gets rebooted so the json structures are stored in a new table in the schema. | |||
* There is a single script in the datazilla repository that manages constructing the datastructures, database cache store, and populating memcached. https://github.com/jeads/datazilla/blob/master/controller/admin/populate_summary_cache.py | |||
* Some of the individual objects cached exceeded 1MB so they had to be compressed in the memcache. | |||
* Also automated the construction of test collections which show up in the control panel. After discussing the application with Ed Morley this seems like a reasonable first approach. | |||
* A VM is now available for testing the UI. See https://wiki.mozilla.org/Auto-tools/Projects/Signal_From_Noise#UI_Prototype for instructions to reach it | |||
* Put datazilla in a rep that can be reached at: https://github.com/jeads/datazilla | |||
= Round Table = | = Round Table = | ||
= Action Items = | = Action Items = | ||