├── .github ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md └── images ├── css.png ├── fonts.png ├── html.png ├── images.png ├── javascript.png ├── logo-front-end-performance-checklist.jpg └── server-side.png /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/README.md -------------------------------------------------------------------------------- /images/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/css.png -------------------------------------------------------------------------------- /images/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/fonts.png -------------------------------------------------------------------------------- /images/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/html.png -------------------------------------------------------------------------------- /images/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/images.png -------------------------------------------------------------------------------- /images/javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/javascript.png -------------------------------------------------------------------------------- /images/logo-front-end-performance-checklist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/logo-front-end-performance-checklist.jpg -------------------------------------------------------------------------------- /images/server-side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WilliamDASILVA/Front-End-Performance-Checklist/HEAD/images/server-side.png --------------------------------------------------------------------------------