Chris Warrick
Chris Warrick
Do it. ## Chris Warrick https://chriswarrick.com/ Sent from my Galaxy S3. On 1 Sep 2015 5:19 pm, "Daniel Hough" [email protected] wrote: > Agreed! In fact, with this in mind I...
I can reproduce with Chrome 70 (dev) on macOS.
Although in our case, it turns out we’ve had two conflicting `baguetteBox.run` calls.
Just a friendly reminder — I think you forgot to send the PR?
1. Do you have any sort of firewall, antivirus, etc. software installed and enabled? 2. Are there any log outputs in the terminal when running `nikola serve` and making a...
Do you have the same slowdowns if you use Python’s http.server directly? `cd output; python -m http.server` to launch it
The query to `/livereload` seems strange if you get it from `curl`. But if not, you might have a livereload browser extension that always calls `/livereload` in the background. Since...
@frchalaoux The upload didn’t succeed, I think you submitted your comment too early.
``` Sat Feb 5 19:13:55 2022 profileout.bin 986877 function calls (962965 primitive calls) in 80.039 seconds Ordered by: cumulative time ncalls tottime percall cumtime percall filename:lineno(function) 823/1 0.004 0.000 80.040...
[pstats](https://docs.python.org/3/library/profile.html#the-stats-class) + [flameprof](https://pypi.org/project/flameprof/)