progres bar stops in 99%
Loader goes to 99% very quick (in a few seconds) and than stops in 99% for a next 2 minutes till the webpage is fully loaded. Anybody have the same issue ? link for example : http://kosa.sry.pl/www/kosadesign2016/index.html
Did you get any solution for this issue?
I also get this, probably because of using a websocket. I am using socket.io
maybe u need using on server
you may want to disable websocket tracking:
<script data-pace-options='{"ajax":{"trackWebSockets": false}}' src="pace.js"></script>
not sure if its because of the websocket "upgrade" requests, it always stay in a 101 pending status, you can find them in chrom dev tool.
For me it was due to updating another script (bugsnag) to a newer version which was causing pace progress to get stuck at 99%.
So check for changes you have made to your existing scripts, they may be causing this issue.
I'm not really sure why BugSnag is causing this to get stuck.