- Issue created by @nessthehero
JSON response is ~2.7kB (likely differs depending on metadata from the song).
I should add a query parameter to the feed that reduces the data to only what is needed for the custom Block to display. This should significantly reduce the amount of data being pulled via AJAX.
Observe network requests to endpoint in developer console.
Add a parameter `reduced` to the JSON endpoint which will only return items necessary for the custom Block to display, omitting all other data.
Active
1.0
Code