0
larsfk created
Hi!
We are experiancing a lot of slow loading in our Angular 6 application. Is there anyone else that has this problem, and is there any good solutions for this?
Thanks!
Lars
5 Answer(s)
-
0
Hi @larsfk
Could you give us more information about your situation ?
- Are you having this slowness on your local PC or on a deployed server ?
-
0
-
0
Im having slowness on both local and deployed server.
-
0
Hi @larsfk
Sorry for my late response. What is the full url of GetAll request ?
-
0
Hi! I managed to rewrite GetAll to not do 3 sql joins, and use linq instead. So now its much faster :)
Thanks!