-
Notifications
You must be signed in to change notification settings - Fork 140
API calls for each and every repository? #2 #242
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
Comments
I just nuked my rbenv installation and reinstalled everything just in case, the issue is still there. |
I see that my previous issue #237 is almost the last one, even though it was opened in May. Does nobody else use Jekyll and/or this gem anymore? I'd be happy to hear about alternative gems, if anyone has any ideas. |
Hello @egor-tensin, didn't this get patched? |
It did, but only for startup. When I change a file, still a lot of extra API calls are made, as described. |
I'm actually more curious about what other people use, because, to be frank, it's clear that nobody uses this gem, at least not with Jekyll 4. Has everybody migrated to Hugo already? I really am too lazy to do it... |
Steps to reproduce:
Now change one file on the host (e.g. index.html); a lot of API calls will be made, as described above. Expected result: only one API call max. |
On investigation, the current set of API calls is originating from a different location than what was patched in the prior commit / solution. |
Any plans to fix this or none at all? |
This reverts commit 2437fdc. OMFG: jekyll/github-metadata#242
This reverts commit c30fc2a. OMFG: jekyll/github-metadata#242
This reverts commit c3329e5. OMFG: jekyll/github-metadata#242
This reverts commit 38ff205. OMFG: jekyll/github-metadata#242
This reverts commit 220c7e2. OMFG: jekyll/github-metadata#242
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
I couldn't find a button to re-open issue #237, so I'm creating a new one. I finally moved to Jekyll 4, upgraded jekyll-github-metadata to 2.15.0, and was happy for a bit, until I actually started working on my Jekyll projects. When I run
bundle exec jekyll serve --verbose
on repository https://github.com/egor-tensin/egor-tensin.github.io, it makes a single API call, as expected:However, when I modify something (while Jekyll is serving), it again starts making API calls for every repository (+ extra 7 unneeded API calls):
Would you please help me? Thanks.
The text was updated successfully, but these errors were encountered: