Skip to content

Formidable Performance Improvements

Compare
Choose a tag to compare
@brunobord brunobord released this 17 Jan 10:28
· 576 commits to master since this release

Improvements

  • Added django-perf-rec module for tests and improved SQL queries in ContextFormDetailView (#54, #154, #160).
  • Added test to count queries on dynamic form queryset + improve performances (#155, #156, #162).
  • Added test to count queries on retrieve builder view + improve performances by removing duplicate queries (#157, #158, #163).

Minor changes

  • Added a make target to install the demo site (#152).