Parent5446 / web-bash

A functional terminal in your browser
GNU General Public License v3.0
5 stars 0 forks source link

FileInfo::getChildren makes too many queries #59

Closed Parent5446 closed 11 years ago

Parent5446 commented 11 years ago

FileInfo::getChildren loads all the info for the children, but because there's no way to inject information into a model, each child ends up querying the database again anyway.