0% found this document useful (0 votes)
16 views1 page

Slow Loading

The task involves debugging the slow loading times of the bounties page, likely due to inefficient querying on the backend. As a beginner in fullstack development, you should start by reviewing the backend code in the provided GitHub link to identify any slow database queries. After pinpointing the issue, optimize the queries and test the changes to improve the loading speed of the bounties page.

Uploaded by

Peace Jokanola
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Slow Loading

The task involves debugging the slow loading times of the bounties page, likely due to inefficient querying on the backend. As a beginner in fullstack development, you should start by reviewing the backend code in the provided GitHub link to identify any slow database queries. After pinpointing the issue, optimize the queries and test the changes to improve the loading speed of the bounties page.

Uploaded by

Peace Jokanola
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

How do I solve this particular project as a beginner who just started learning

fullstack development and given this task as my first project assignment. Give me
the entire full process and explain in simpler terms on how to provide solution as
I am just getting exposed to this.
Loading the bounties page takes a long time
[Link]

Debug why trying to load the bounties page takes a long time.

Inefficient Querying on the backend most likely cause


Provide a solution to the slow loading times

Language: Go

Frontend Link: [Link]


Backend Link: [Link]

You might also like