0
添加django-debug-toolbar
後,我的頁面(所有這些頁面)在大量時間後加載超過5分鐘。如果它沒有加載,它會給出error: [Errno 32] Broken pipe
。添加django-debug-toolbar後頁面花費很長時間加載
我使用的是Django 1.7,django-debug-toolbar 1.4。
添加django-debug-toolbar
後,我的頁面(所有這些頁面)在大量時間後加載超過5分鐘。如果它沒有加載,它會給出error: [Errno 32] Broken pipe
。添加django-debug-toolbar後頁面花費很長時間加載
我使用的是Django 1.7,django-debug-toolbar 1.4。
問題是我在使用django-pipeline
&它花了很長時間加載本地。如果我做PIPELINE_ENABLED = True,
一切正常。