Changes between Version 1 and Version 2 of Ticket #30372, comment 14
- Timestamp:
- Apr 16, 2020, 4:14:53 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30372, comment 14
v1 v2 1 Just wanted to point out that I am experiencing the same issue , though if I had to guess I'd probably blame it on pretty aggressive anti-virus software installed on my machine.1 Just wanted to point out that I am experiencing the same issue. 2 2 3 3 I'm getting ~20% CPU usage immediately after starting the development server for a very simple project (one app, a handful of models and views, nothing fancy at all) … … 5 5 https://i.stack.imgur.com/bYvPL.png 6 6 7 Initially, if I had to guess I'd probably blame it on pretty aggressive anti-virus software installed on my machine, but passing --noreload reduces CPU usage down to 0% 8 7 9 I'm using the latest dev version of Django (as of a couple days ago) with StatLoader. Don't see anything in the logs that stand out other than a bajillion checks right after `Apps ready_event triggered. Sending autoreload_started signal.`