Project

General

Profile

Feature #2045

Updated by Alexander Watzinger 11 months ago

*Improved pre request time* *Done* 
 * Optimized Type.get_all() SQL (improvement for every call) 
 * Optimized Type.get_all() to only fetch counts where needed (improvement for many calls) 
 * Moved moved file stat functions from @__init__.py@ to where it is needed (improvement (improved pre request time for projects with many calls) files) 

 *Look into* 
 * recursive SQL statements 
 * compress output with gzip (client should decide if they want it) 

Back