This project is to optimize the online resume for speed! Mainly to optimize the CRP and make this page render as quickly as possible. Also the pizzeria website have various optimizations for animation to meet the 60fps silky smooth rate. Live demo of this project is available here.
WORKS WELL ON CHROME! HAVEN'T TESTED IT ON SAFARI YET!
- Mobile:
95/100
- Desktop:
96/100
- Animation render at less than
30fps
- Time to resize pizza is in between
1ms to 3ms
. Vary for different pizza sizes
To get started, check out the repository and inspect the code.
Some useful tips to help you get started:
- Check out the repository
- To inspect the site on your phone, you can run a local server
$> cd /path/to/your-project-folder
$> python -m SimpleHTTPServer 8080
- Open a browser and visit localhost:8080
- Download and install ngrok to the top-level of your project directory to make your local server accessible remotely.
$> cd /path/to/your-project-folder
$> ./ngrok http 8080
- Copy the public URL ngrok gives you after tunneling and access it! Optional: More on integrating ngrok, Grunt and PageSpeed.
Have any questions? shoot me an email at rehanumardogar[at]gmail.com. I am happy to answer!