-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Consider enabling Next.js caching for Netlify builds #843
Comments
@smoya Do you wanna handle it and test it? |
@smoya I think we had it and got removed but I don't recall the reasons. |
actually I thought we have it as sometimes build failed and I run |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
still relevant |
but do we really need it? Nobody ever complained about the speed of the build |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@derberg Yes we do need this now. We have to use Next js caching on Netlify builds. With the increase in the amount of data and functionalities inside the website, we are constantly decreasing the performance of the website. Hence, it is needed to enable inbuilt Next js caching on the website. Reference - https://nextjs.org/docs/going-to-production |
This issue is part of the AsyncAPI Bounty Program, interested contributors need to follow the guidelines below to ensure fairness and timely completion of assigned tasks: Task AssignmentThe assignment of tasks will be prioritized in the following order:
We encouraged everyone to apply as long as the task is for you (falls under your skill set). We will not be using the first comment - get assigned method for assignments. Instead, we will provide 3 days to consider all individuals interested before assigning any bounty task. DeadlineTo maintain accountability and ensure the timely completion of the deadline for this task will be 4- 6 weeks from the date of assignment. If a contributor requires an extension on their task, it should be communicated and approved by the maintainer. Issue Tracking and UpdatesContributors must provide weekly updates on the task they are working on to help maintainers stay informed of progress. If a contributor fails to provide an update, they will be reminded via a ping. If a contributor fails to provide an update after three pings over three weeks, we will assume they have silently dropped the issue, and it will be reassigned to someone else. Issue Drop-outsAny contributor who drops an assigned issue will be penalized and will not be eligible to participate in the bounty program for 6 months. We understand that unforeseen circumstances can arise, and dropping an assigned issue may be unavoidable in some cases. However, we believe that enforcing this penalty is necessary to ensure the effectiveness of the bounty program, respect maintainer time, and honor the efforts of other contributors who could have solved the issue but were unable to do so due to the drop-out. We encourage all contributors to follow these guidelines to ensure a fair and timely completion of tasks assigned through our bounty program. |
Hey, I would like to work on this one. |
Awesome, you are already regular contributor, super to get your help 💪 |
@sambhavgupta0705 What's the status of this issue? |
For now I'm reading about cache and netlify build |
@sambhavgupta0705 please don't forget to give weekly updates, it I'll be easy for us to track the issue |
Yes @thulieblack will keep this in mind ,currently I am reading about cache and netlify build and how to work with them. |
I read about caching and now I am configuring the netlify caching mentioned in this blog for Ci |
I am having some errors in deploying my local fork .Can someone help with that? |
@sambhavgupta0705 did you manage solving the errors you where facing? |
Yes @thulieblack all the errors are resolved |
@sambhavgupta0705 congrats on completing your first bounty issue @thulieblack on to you, not sure if you have some copy/paste message for people on how to claim bounty payment, so yeah, leaving that communication up to you |
Thanks @derberg @akshatnema and @thulieblack for providing this opportunity 🙌 |
Hey @sambhavgupta0705, congratulations on completing your bounty issue.
|
Reason/Context
Netlify builds show the following warning:
It seems we can install a Netlify plugin so we can set a cache folder. See https://github.com/netlify/netlify-plugin-nextjs
cc @fmvilas @derberg @magicmatatjahu
The text was updated successfully, but these errors were encountered: