Next.js Discord

Discord Forum

How to reduce rendered scripts

Unanswered
Black Caiman posted this in #help-forum
Open in Discord
Black CaimanOP
I'm currently working on my portfolio site (skeleton and loading data) . I've broken down each section as components because certain projects don't use all of them.

When I check the source code, I see loads of scripts before the end of the body. After close inspection, they seem to hold some of the data handled in each component.

How could I reduce this? Also is my page load and size ok?

0 Replies