Please note: this code is intended for you to hone your debugging skills. It contains a lot of code that you should not use in production!
This is a simple web app that shows the top stories from Hacker News via its API.
Unfortunately it has a bunch of performance issues, such as:
- Layout Thrashing
- Expensive painting
- Unnecessary layouts
- Long-running and badly-timed JavaScript
- Bad touch handling
Your mission is to find and fix the issues, and make the app gloriously performant!
See /LICENSE for more.
This is not a Google product.