Skip to content

Commit 07f4479

Browse files
committed
oops i missed a part
1 parent 59fa602 commit 07f4479

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ This will run the asset pipeline, start the Python server, and start BrowserSync
6161

6262
To add new dependencies, add them to `requirements.in` and then run `pip-compile requirements.in` to produce a new locked `requirements.txt`. Do not edit `requirements.txt` directly as it will be overwritten by future PRs.
6363

64-
### Profiling
65-
66-
To profile routes to figure out how long it's taking and what's taking the most time, in `conditional/__init__.py` add
67-
68-
```python
69-
from werkzeug.middleware.profiler import ProfilerMiddleware
70-
71-
app.wsgi_app = ProfilerMiddleware(
72-
app.wsgi_app,
73-
restrictions=[30]
74-
)
75-
```
76-
7764
after app initialization
7865

7966
### Database Migrations

0 commit comments

Comments
 (0)