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
Hi,
I've been using this library and it's working pretty awesome!
But three days ago, I was developing a website and I used your library in it, I opened my chrome and went to developers tool and there I opened "Network" tab, I was loading 2 files by using this library.
styles.css
zzscript.js
Now what I saw that, your library was loading these two files two times. View this image:
It's first loading using AJAX I guess, then when It do inject in webpage, the browser again loads it. And it taking so much time as you can see.
The text was updated successfully, but these errors were encountered:
Hi,
I've been using this library and it's working pretty awesome!
But three days ago, I was developing a website and I used your library in it, I opened my chrome and went to developers tool and there I opened "Network" tab, I was loading 2 files by using this library.
Now what I saw that, your library was loading these two files two times. View this image:
It's first loading using AJAX I guess, then when It do inject in webpage, the browser again loads it. And it taking so much time as you can see.
The text was updated successfully, but these errors were encountered: