-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[gatsby-source-wordpress] Blogs with a lot of media gets stuck at sourcing #5245
Comments
@Jonic have you tried setting/adjusting the |
Thanks @m-allanson - I'd taken a look at a couple of those, but still couldn't get my I'm going to close this, since the issue numbers previously mentioned in the thread address the same issue I've been having. Thanks for your help, both! :) |
I have this exact same issue. I tried with Thanks in advance. |
@scruffydan Another thing that's helped me is using the WP REST API Cache plugin -- I've found it dramatically increases performance on the WP side. |
Thanks for the suggestion Unfortunately it didn't solve my issues, I sometimes get the following error when I run gatsby develop This is what I get:
I am using Hoever I don't always get the I have published my gatsby project to github here: https://github.com/scruffydan/MindofDan If anyone can point me in the right direction I would appreciate it. Thanks in advance |
I just realized this issue has been marked closed, I have opened a new issue: #5371 |
I am getting same issue. i downloaded v2 directory i.e /www from here source and transform nodes never end. i waited for 6 hours. |
I have the exact same issue, it takes forever.... anyone figured out something ? there is another github issue here, I've sent my repo for a fellow to check out... please do let me know if there are any updates, i'm having a deadline soon. |
I am also facing the same issue. Has anybody got to any solution yet? |
Description
With the plugin configured to search for media, my
gatsby develop
command appeared unresponsive at the stage where media is downloaded and indexed. The blog in question has ~6700 images, which all appeared to download (although some incompletely), but my terminal didn't move past thesource and transform nodes
step. I left it about 90 minutes, and it didn't actually get to the point where I could load the site.Steps to reproduce
Expected result
Actual result
source and transform nodes
doesn't appear to completeEnvironment
npm list gatsby
):gatsby@1.9.256
gatsby --version
): n/a - using local version9.4.0
I've managed to get around this issue with a custom WordPress endpoint, and then excluding any API paths that begin with
wp/**
, but I thought I'd raise this as an issue anyway. It would be handy to be able to catalogue the images without downloading them, so our production app can reference the images from their original URL.Anyone else had issues with blogs containing large sets of media?
The text was updated successfully, but these errors were encountered: