Mathias
Results
1
issues of
Mathias
Performance improvement on the getBrowserName function. 1. app.js file size goes from 115.8KB -> 73.5KB 2. Using String.prototype.includes() instead of Regex 3. Avoid .exec() on many regexes (From ua-parser-js dependency)...