ethereum / glados

Portal network monitoring application.
65 stars 30 forks source link

Slow load on main page #315

Open pipermerriam opened 2 months ago

pipermerriam commented 2 months ago

What is wrong

The main page takes a while to load. This tends to indicate that there's an expensive query involved. Maybe something that doesn't have an index that should? Or otherwise something that could be cached?

How can it be fixed

What queries get run to load the main page and figure out if there's a missing index or whether something should be cached.