Next.js Discord

Discord Forum

Website takes time to load

Unanswered
Dwarf Crocodile posted this in #help-forum
Open in Discord
Dwarf CrocodileOP
Hey, my website is taking some time to load. I want it to be fast.
As seen from the image, 2 files take 2.67 and 8 secs to load.

4 Replies

Dwarf CrocodileOP
one file is 505kb and other is around 7mb.
i am using ec2 and s3 (these APIs are fetching s3 files on backend and sending them to frontend)
And some files are about 20-40mb (which takes around 20-30sec to load).
A user will select an option, and the respective file will be fetched from S3.
And user will do filtering on this data fetched from s3 file, so all the data is required for that.