Shaulbm / moovNowMVP

0 stars 0 forks source link

Performance issues when viewing TV #605

Closed Shaulbm closed 4 months ago

Shaulbm commented 6 months ago

Open self, TV, set to demo Org - it takes 5 sec to load

restarting the node server resolved the issue... so this is not the COI parsing.

Shaulbm commented 6 months ago

Analysis of the network - we see that direct call to BE gets us to 1,3 sec, calling through the middle, we get ~5 sec. It might be related to the fact that the data is unnecessarily parsed to COI data type in the node server.

Shaulbm commented 6 months ago

BE performance improved, removed unnecessary data (heavy to retrieved) - activeMoovsCount, recommendedMoovsCount