-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better Try Me button #6587
Better Try Me button #6587
Conversation
#14918 Bundle Size — 57.98MiB (~-0.01%).94fce1f(current) vs 916e8b9 master#14915(baseline) Warning Bundle contains 70 duplicate packages – View duplicate packages Bundle metrics
|
Current #14918 |
Baseline #14915 |
|
---|---|---|
Initial JS | 40.96MiB (~+0.01% ) |
40.96MiB |
Initial CSS | 0B |
0B |
Cache Invalidation | 17.99% |
17.87% |
Chunks | 20 |
20 |
Assets | 22 |
22 |
Modules | 4152 |
4152 |
Duplicate Modules | 213 |
213 |
Duplicate Code | 27.34% |
27.34% |
Packages | 477 |
477 |
Duplicate Packages | 70 |
70 |
Bundle size by type 2 changes
1 regression
1 improvement
Current #14918 |
Baseline #14915 |
|
---|---|---|
JS | 57.97MiB (~+0.01% ) |
57.97MiB |
HTML | 7.37KiB (-0.25% ) |
7.39KiB |
Bundle analysis report Branch fix/try-me Project dashboard
Generated by RelativeCI Documentation Report issue
@@ -255,8 +255,7 @@ jobs: | |||
issue-number: ${{ github.event.pull_request.number }} | |||
edit-mode: replace | |||
body: | | |||
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&branch_name=${{ steps.extract_branch.outputs.branch }}) | |||
|
|||
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&clone=concrete-utopia/hydrogen-editions-24&branch_name=${{ steps.extract_branch.outputs.branch }}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&clone=concrete-utopia/hydrogen-editions-24&branch_name=${{ steps.extract_branch.outputs.branch }}) | |
## [Try me](https://${{ secrets.STAGING_SERVER }}/p/?accessLevel=public&clone=concrete-utopia/hydrogen-editions-24&branch_name=${{ steps.extract_branch.outputs.branch }}) | |
The empty line was deliberate here to separate the different tests
**Problem:** The try me button opens the empty project. **Fix:** The try me button clones the hydrogen demo project.
Problem:
The try me button opens the empty project.
Fix:
The try me button clones the hydrogen demo project.