We have server monitoring of sync/FxAccounts response time but I found myself wanting more concrete numbers. There was also a bug on slow about:sync-tabs load time…
So this happened: It runs https://github.com/edmoz/fxa-sync-client (uses zach’s library) to fetch sync data for a given account. It inserts the total time to fxa authenticate, fetch a token, then pull down the data into firebase db. Run that on jenkins every 15 min, then charts it with d3.js: http://people.mozilla.org/~ewong2/syncTabsPerf.html * note: that sync storage server assigns each account to a specific server node, so performance varies for each node. I’ll add bookmark fetch performance soon! -e _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

