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
I've implemented a simple web application with nools. I've noticed that in Safari browser the application is very fast, but in the all the other browser the performance are worse.
I use the compiled rules.
Any ideas about this?
Thanks.
The text was updated successfully, but these errors were encountered:
That's a bit of a wide question, but in general you could try adding some console logging to the SPA to locate where the problems might be (i.e. dump out the duration between suspect calls). In addition, tools such as fiddler (or event the built in network diagnostics) can be helpful.
Hi,
I've implemented a simple web application with nools. I've noticed that in Safari browser the application is very fast, but in the all the other browser the performance are worse.
I use the compiled rules.
Any ideas about this?
Thanks.
The text was updated successfully, but these errors were encountered: