Both modal and popover takes more than 2 seconds to show up once I tap on a button. Thereās absolutely nothing on modal & popover yet.
Is there any way to make them show up fasterā¦ likely in 0.2 - 0.5 second?
I have a lot of things going on in a single HTML file and I guess things started to slow down but I wonder why simple html & javascript and a few plugins are slowing down the app Iām working on.
I feel overall app feels chunky and slow on my smartphone although it runs well on my browser lab.
Thatās why Iām puzzledā¦ I created a series of CSS3 animations triggered by a button. Ever since I feel everythingās slowed down. I tried to use Angular animations but it canāt be looped easily unlike CSS3 animations.
Could that be a factor?
What should I do to speed up my app? Thereās nothing wrong with codes but there are buttons which trigger many functions at a time.
I notice some of the same, but chalk it up to there being a difference in performance between an msi ge62 ApachePro and an iPhone 5.
2 seconds+ seems unusually long thoughā¦
I tend to make modals out of pages as opposed to components and the performance seems better, but it may be a matter of perception instead of fact.
Yesā¦ Angular is powerful but somehow it has problems with speed when itās implemented in smartphone OS.
I will try that. If it doesnāt work, maybe I will create a div that pops up on clickā¦ and get rid of modal & popover.
I think it should show up immediately upon tap.
My current buttons trigger up to 10 functions at a timeā¦ maybe thatās causing delay?
Thanks for the example and github files!
Iāll take a look into it. On my app, everything works fine with sacrifice of speed. yeah thereās always a way to work around it.