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
Looking at the logs, I see a warning from nextjs for large page size returned:
Warning: data for page "/listen" (path "/listen?ge=prx_82_565b4540-7542-4748-92b3-2a8ecd113ce2&uf=http%3A%2F%2Ffeeds.stlpublicradio.org%2Fweliveherestl") is 356 kB which exceeds the threshold of 128 kB, this amount of data can reduce performance.
See more info here: https://nextjs.org/docs/messages/large-page-data
The text was updated successfully, but these errors were encountered:
This is dependent on the feed providing the data. This is for the listen page, which will always produce a playlist of all the items in the feed, unless a sp param is used to limit the size of the playlist. This feed has 154 items. The more items, the more markup being generated for the page that Next delivers.
Looking at the logs, I see a warning from nextjs for large page size returned:
The text was updated successfully, but these errors were encountered: