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
After updating to gulp 5, Browsersync becomes unusably slow for my project. None of the images load, though the browser shows it still making requests. Looking at the networks tab, it's constantly making new requests for the same two images, about 50 new requests per second:
Downgrading to gulp 4 makes everything work again. No other direct dependencies were changed.
Steps to reproduce/test case
Update to gulp 5
???
Please specify which version of Browsersync, node and npm you're running
Browsersync [ 3.0.3 ]
Node [ 18.16.0 ]
Npm [ 9.5.1 ]
Affected platforms
linux
windows
OS X
freebsd
solaris
other (please specify which)
Browsersync use-case
API
Gulp
Grunt
CLI
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
I'm not the one who set up Browsersync on this project, so I'm not sure exactly what's relevant. All of the other references are about the same: watching some directory, which starts a task that is ultimately piped to browserSync.reload({stream: true}).
Issue details
After updating to gulp 5, Browsersync becomes unusably slow for my project. None of the images load, though the browser shows it still making requests. Looking at the networks tab, it's constantly making new requests for the same two images, about 50 new requests per second:
Downgrading to gulp 4 makes everything work again. No other direct dependencies were changed.
Steps to reproduce/test case
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
I'm not the one who set up Browsersync on this project, so I'm not sure exactly what's relevant. All of the other references are about the same: watching some directory, which starts a task that is ultimately piped to
browserSync.reload({stream: true})
.The text was updated successfully, but these errors were encountered: