Quote:
Originally Posted by SAUR0N
what would happen if 4 users wants to download the same file at the same time?. will it duplicate 4 times?
what about using fpassthru ?
|
We're working on this for v6 (also putting files in multiple directories (with an option for storing them outside the forums directory) instead of all files in one).
Quote:
Originally Posted by InoffLine
As i understood it makes more then 35 sql queries on one page. So will you work on decreasing their number?
|
Not on normal pages

You only get those numbers if you are having a lot of subcategories as we aren't caching the category structure yet. So the amount *can* be high, but as the category table isn't that heavy, the queries aren't slow and the page also isn't.
But we are working on it: storing the category structure in the datastore would be better.