gatsby-source-wordpress - allow schema.perPage
and schema.requestConcurrency
to be set by type
#35450
Unanswered
tsdexter
asked this question in
Ideas / Feature Requests
Replies: 1 comment 2 replies
-
@TylerBarnes do you think this would be possible? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set my
schema
options like so:I've limited these items because for pages and posts there seems to be a lot of work done to generate the result and the results can be huge (some pages are very content heavy).
However, for other post types like tags, media item, category, menu, taxonomy, some custom post types, etc.. there is much less processing required and much smaller result sets that can likely be return 100, 200, maybe even 1000 at a time drastically reducing http requests.
I'd like to be able to set them like so:
Beta Was this translation helpful? Give feedback.
All reactions