Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 825 Bytes

2015-03-22-march.md

File metadata and controls

20 lines (17 loc) · 825 Bytes
layout title summary
post
March Release Patch
Some tweaks and fixes

Features:

  • Basic match info for inactive users. We now add basic match information for all registered users, even if they're untracked. We automatically parse only if they're tracked.

UI:

  • Sans-serif fonts for body text
  • Home page image fixes for high-resolution screens

Performance:

  • Improved load times on player pages (Player and Match tabs don't need parsed data, so we don't get it from the DB)
  • More efficient DB lookups for retrieving player names from account ID
  • Caching logic: Parsed matches are cached for an hour.
  • Cluster forking of parser: Slightly more parser throughput due to multiple Node processes
  • Upgraded server for more parsing power
  • Requests are now processed on separate queues from other jobs