https://github.com/mitchmac/tina-performance
https://github.com/mitchmac/tina-performance
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitchmac/tina-performance
- Owner: mitchmac
- Created: 2020-12-14T01:43:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T01:43:17.000Z (over 5 years ago)
- Last Synced: 2024-12-27T12:29:47.816Z (over 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
| Scenario | Lighthouse Performance* | First Load JS |
| --- | ----------- | --- |
| [Baseline (No Tina)](https://tina-performance.netlify.app/) | 100 | 63.4kB |
| [Sidebar with text field](https://tina-performance.netlify.app/tina/sidebar) | 78 | 229kB |
| [Sidebar with text field & CMS disabled](https://tina-performance.netlify.app/tina/sidebar-cms-disabled) | 91 | 229kB |
| [Sidebar with Markdown WYSIWYG](https://tina-performance.netlify.app/tina/sidebar-wysiwyg) | 70 | 443kB |
| [Sidebar with Markdown WYSIWYG & CMS disabled](https://tina-performance.netlify.app/tina/sidebar-wysiwyg-cms-disabled) | 88 | 443kB |
| [Inline with text field](https://tina-performance.netlify.app/tina/inline) | 82 | 238kB |
| [Inline with text field & CMS disabled](https://tina-performance.netlify.app/tina/inline) | 83 | 238kB |
| [Inline with Markdown WYSIWYG](https://tina-performance.netlify.app/tina/inline-wysiwyg) | 75 | 443kB |
| [Inline with Markdown WYSIWYG & CMS disabled](https://tina-performance.netlify.app/tina/inline-wysiwyg-cms-disabled) | 71 | 443kB |
| [Inline with dynamically loaded Markdown WYSIWYG](https://tina-performance.netlify.app/tina/inline-dynamic-wysiwyg) | 74 | 239kB |
| [Inline with dynamically loaded Markdown WYSIWYG & CMS disabled](https://tina-performance.netlify.app/tina/inline-dynamic-wysiwyg-cms-disabled) | 89 | 239kB |
*single run
Todo:
* blocks
* performance breakdown
* handle inconsistent lighthouse results