You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when using QOR restful API (GET something.json), it seems that if "something" has nested structs which can themselves have nested structs, the API performance is not great (several seconds per request). It seems than instead of doing joined tables requests with the mysql backend, qor does a lot of request on tables and join the data together itself. Is there a way to improve the performance ?
same issue, lets say I have 1 product in the list, response time is around 50ms, by adding 1 product response time increases linearly, where at 10 products, page takes around 500ms to load.
I enabled PostgreSQL DB logs, and response times are just 1 - 3 ms, so it's clearly an issue with implementation it self.
It seems this issue happens only on Win10, linux loading time stays the same, regards of how many items in the list.
Hi, when using QOR restful API (GET something.json), it seems that if "something" has nested structs which can themselves have nested structs, the API performance is not great (several seconds per request). It seems than instead of doing joined tables requests with the mysql backend, qor does a lot of request on tables and join the data together itself. Is there a way to improve the performance ?
My structs :
The text was updated successfully, but these errors were encountered: