-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
refactor: improve website performance #1368
refactor: improve website performance #1368
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
||
setConfig({ |
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.
@derberg we need to add the cloudinary cloudname here, without this the build will fail
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 just created an account, name is dimfh6eps
what about API key and secret? don't you need them?
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.
@derberg I researched. I did not find use of the API key and secret to configure cloudinary's image transformation service.
I think that the service is a part of the free plan and does not require API secret. In the free tier the size of a single image should be within 10 MB. referred this
Should we use the service? I don't think there would be any security issues as the service is free for all.
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.
cool, 10MB is more than enough
so after adding the account name do you see it working in the preview?
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.
@derberg
Yup I saw the preview and used lighthouse for analytics
The solution seems to be improving the analytics of the blog page for the web but not for mobile. Will look into it and get back to you within a day with a better solution.
…iya2003/website into improve_website_performance
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-1368--asyncapi-website.netlify.app/ |
ping @Shofiya2003. Kindly do let know what all sort of environment variables are needed to run this PR in development mode. |
Hey |
@Shofiya2003 lighthouse errors are fixed. You can continue, and please do 🙏🏼 as this PR makes good changes and really improves performance 🙏🏼 |
Hi @Shofiya2003 are you still working on this :3 ? |
I really wanted to work on this issue, but am busy with intern commitments.
Please go ahead if you want to work on it.
…On Mon, 4 Sep, 2023, 10:47 pm Anish, ***@***.***> wrote:
Hi @Shofiya2003 <https://github.com/Shofiya2003> are you still working on
this :3 ?
—
Reply to this email directly, view it on GitHub
<#1368 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUXSDRR4FTFBX36AWTT72HDXYYELVANCNFSM6AAAAAAVH36B7A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Shofiya2003 sorry to hear that, but thanks for starting the very promising work 🙇🏼 @AnishKacham please go ahead. Please go ahead with new PR |
Description
Related issue(s)
#89