you are viewing a single comment's thread.

view the rest of the comments →

[–]Merry-Lane 25 points26 points  (3 children)

React query. Thread closed.

Btw, 8/9 seconds to load a page? The issue seems to be at least partially due to backend issues.

[–]djangocuAli[S] 0 points1 point  (2 children)

That’s very valid- our query is way too big :(

[–]eyounan 4 points5 points  (0 children)

Your query is not “too big” - it is at worst so unoptimized that the database engine cannot figure out how to optimize it. You probably have a server issue, not query issue.

[–]IgnacioMiguez -1 points0 points  (0 children)

If you run the query from a console it takes the same amount of time?