v2.0.0
Old profiling data will be unavailable after upgrading. Don't forget to export the data in advance.
- Add extensible storage backend for profiling data and two storage implementations:
CacheStorageandDatabaseStorage. Setup one of the storage backends as shown in the section 4 of Setup. SPEEDINFO_PROFILING_CONDITIONSis empty by default. If you useSPEEDINFO_EXCLUDE_URLSin your project you need to initialize the list of conditions explicitly:SPEEDINFO_PROFILING_CONDITIONS = ["speedinfo.conditions.exclude_urls.ExcludeURLCondition"]SPEEDINFO_REPORT_COLUMNSandSPEEDINFO_REPORT_COLUMNS_FORMATwere removed, useSPEEDINFO_ADMIN_COLUMNSinstead. Every entry inSPEEDINFO_ADMIN_COLUMNSlist is a tuple (column name, value format, attribute name). See Customize admin columns for details. To add extra columns follow the instruction in the section Extra admin columns below.speedinfo.settingsmodule renamed tospeedinfo.conf- Base condition class was renamed from
ConditiontoAbstractCondition