-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement the browser livereload logic #12643
Comments
Merged
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
Much faster compared to MD5: ``` name old time/op new time/op delta HashingFs-10 21.3s 2% 3.2s 17% -84.96% (p=0.029 n=4+4) name old alloc/op new alloc/op delta HashingFs-10 12.9kB 0% 12.8kB 1% -1.31% (p=0.029 n=4+4) name old allocs/op new allocs/op delta HashingFs-10 10.0 0% 7.0 0% -30.00% (p=0.029 n=4+4) ``` Updates gohugoio#12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
Much faster compared to MD5: ``` name old time/op new time/op delta HashingFs-10 21.3µs ± 2% 3.2µs ±17% -84.96% (p=0.029 n=4+4) name old alloc/op new alloc/op delta HashingFs-10 12.9kB ± 0% 12.8kB ± 1% -1.31% (p=0.029 n=4+4) name old allocs/op new allocs/op delta HashingFs-10 10.0 ± 0% 7.0 ± 0% -30.00% (p=0.029 n=4+4) ``` Updates gohugoio#12643
bep
added a commit
that referenced
this issue
Jul 6, 2024
Much faster compared to MD5: ``` name old time/op new time/op delta HashingFs-10 21.3µs ± 2% 3.2µs ±17% -84.96% (p=0.029 n=4+4) name old alloc/op new alloc/op delta HashingFs-10 12.9kB ± 0% 12.8kB ± 1% -1.31% (p=0.029 n=4+4) name old allocs/op new allocs/op delta HashingFs-10 10.0 ± 0% 7.0 ± 0% -30.00% (p=0.029 n=4+4) ``` Updates #12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
And improve the logging for live reload. Closes gohugoio#12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
And improve the logging for live reload. Closes gohugoio#12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
And improve the logging for live reload. Closes gohugoio#12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 6, 2024
And improve the logging for live reload. Closes gohugoio#12643
bep
added a commit
to bep/hugo
that referenced
this issue
Jul 7, 2024
And improve the logging for live reload. Closes gohugoio#12643
bep
added a commit
that referenced
this issue
Jul 7, 2024
And improve the logging for live reload. Closes #12643
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The logic in the
commands
package that does browser refreshes/navigation, is hard to follow, and I see one assumption that's not obviously right: That CSS changes only gets triggered byassets
changes.This has been working mostly great, but the logic here can be made simpler and more robust.
The text was updated successfully, but these errors were encountered: