Edit this page | Blame

Dataset Queried Twice

Tags

  • assigned: alexm
  • type: bug
  • priority: medium
  • keywords: performance enhancement, optimisation
  • status: closed ,complete

Description

In the function

the dataset is queried twice:

  • once in lines 30 to 33
  • once in the call to GeneralTrait (line 42) - lines 67 to 74

Maybe, pass the dataset created in lines 30 to 33 to GeneralTrait to avoid re-querying the data.

Note 26/10/22

(made with skribilo)