You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do you want to request a feature or report a bug?
A Bug
- What is the current behavior?
I have a config file that contains a list of relation widgets. The RelationControl component seems to be making an API request for each widget in the list, even though they're relating to the same collection. Because I have quite a long list, this is having a huge negative impact on page load time.
- If the current behavior is a bug, please provide the steps to reproduce.
Create a json file in your repository, and configure a collection with a list of elements using the relation widget. Relate to your collection of blog posts. Watch netlify load the document listing once for each widget.
- What is the expected behavior?
I'd expect netlify to cache the document listing so that page load doesn't take 30 seconds for loading the same data over and over again.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
- Do you want to request a feature or report a bug?
A Bug
- What is the current behavior?
I have a config file that contains a list of relation widgets. The RelationControl component seems to be making an API request for each widget in the list, even though they're relating to the same collection. Because I have quite a long list, this is having a huge negative impact on page load time.
- If the current behavior is a bug, please provide the steps to reproduce.
Create a json file in your repository, and configure a collection with a list of elements using the relation widget. Relate to your collection of blog posts. Watch netlify load the document listing once for each widget.
- What is the expected behavior?
I'd expect netlify to cache the document listing so that page load doesn't take 30 seconds for loading the same data over and over again.
The text was updated successfully, but these errors were encountered: