Optimizing modules/blocks isn't very difficult.
The previous version of vbportal did that in a few occurrances too. When I was using it, I removed them by rewriting the queries using left joins, reading the results into a cache array and extracting info from the cached array.
Even better is to load the cache array in mainfile.php and making it globally available to all/blocks and modules based on a single sql query.
Will all Nuke blocks/modules be optimized? Hardly. However, I can optimize the most popular over time ir provide programming expertise to others who wish to do so.
|