-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
feat: Show link location in /bookings #11863
Conversation
@kremedev is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link to collect XP and win prizes! |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
177.05 KB (🟡 +21.12 KB) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
Nine Pages Changed Size
The following pages changed size from the code in this PR compared to its base branch:
Page | Size (compressed) | First Load | % of Budget (350 KB ) |
---|---|---|---|
/[user]/[type] |
234.99 KB |
412.04 KB | 117.73% (🟢 -0.19%) |
/[user]/[type]/embed |
235.02 KB |
412.07 KB | 117.73% (🟢 -0.18%) |
/apps/[slug]/[...pages] |
549.03 KB |
726.09 KB | 207.45% (🟢 -0.18%) |
/d/[link]/[slug] |
234.98 KB |
412.04 KB | 117.72% (🟢 -0.18%) |
/org/[orgSlug]/[user]/[type] |
235.15 KB |
412.21 KB | 117.77% (🟢 -0.18%) |
/org/[orgSlug]/[user]/[type]/embed |
235.18 KB |
412.23 KB | 117.78% (🟢 -0.18%) |
/org/[orgSlug]/team/[slug]/[type] |
235.01 KB |
412.07 KB | 117.73% (🟢 -0.18%) |
/team/[slug]/[type] |
234.98 KB |
412.03 KB | 117.72% (🟢 -0.18%) |
/team/[slug]/[type]/embed |
235.01 KB |
412.06 KB | 117.73% (🟢 -0.18%) |
Details
Only the gzipped size is provided here based on an expert tip.
First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link
is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.
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.
we should not hard code logos and names, instead use whatever conference location was used
I tried using location link inside booking prop to get app logo and name but some apps like Google and Zoom use this type.
Should I change this type and add urlRegExp to them? |
Umm I tried this code and I don't think |
I updated the recording |
When I'm clicking on the link it takes to /integrations:google%20meet? Did you tried going through the link? |
</div> | ||
); | ||
} | ||
const url = booking.references[0].meetingUrl; |
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.
Is this the correct way to get urls from integrations @PeerRich ?
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.
i believe so. asking @hariombalhara to review
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.
#11866 this looks better approach
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.
I didn't know you wanted Join Meeting link to go booking page
#11866 going with this one |
What does this PR do?
Fixes #11730
/claim #11730
fin.mov
Type of change
Mandatory Tasks