Improvement #192
SQL optimization
Start date:
Due date:
% Done:
0%
Description
It should be researched how much SQL queries are done for a one request. There should be added some “profiler”... A code using SQL should be optimized to use minumal number of queries. Maybe also some “caching” should be added.
Related issues
History
#1 Updated by Andriy Lesyuk about 14 years ago
- Priority changed from Minor to Major
#2 Updated by Andriy Lesyuk about 14 years ago
- Target version set to 1.04
#3 Updated by Andriy Lesyuk about 14 years ago
- Target version changed from 1.04 to 1.05
#4 Updated by Andriy Lesyuk about 14 years ago
- Category set to Core
#5 Updated by Andriy Lesyuk almost 14 years ago
- Target version changed from 1.05 to 1.07
#6 Updated by Andriy Lesyuk over 13 years ago
Perl DBI allows to prepare SQL query with placeholders... The resulting variable can be reused. The document claims it will speed up the application...