Skip to content

Enhanced the performance

Jan Bernoth requested to merge 164-performance-2 into master

A stress test has shown that the performance of the backend is not sufficient.

Improvements:

  • changed filtering tags from tag name comparison to tag id comparison
  • added an ID column to the DB-view tag_reach
  • change the query from Top-Media from media based query to article based query
  • added a logging info which show how much time is used to send the feedback in an API call

Closes #164 (closed)

Merge request reports