Replies: 1 comment
-
I have used Quill inside Blazor before, loading it from the local file space of packages, not by a web-based URL. I did not get any such delays. Apologies if you have done so, but do you load Quill from the node_modules folder or via a URL? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I noticed that loading pages takes too long. I followed the Performance tab and observed that the resource duration is excessively long due to network transfer times.
Duration: 2.177s (2.175s network transfer + 1.454ms resource loading)
The resource loading is fast; however, the delay is due to network transfer times. In my project, each navigation requires reloading resources because each tab has its own JavaScript and CSS files. This causes noticeable delays not just at startup, but during every navigation.
For example:

Resources (CSS, JS) loading is fast but network transfer takes long time.
Can anyone help with this issue? I've been trying to fix it for a week.
Thanks,
SaleSwift.
Beta Was this translation helpful? Give feedback.
All reactions