| Martin Braun 2004-07-08, 4:04 pm |
| Mrak sagte:
> All the listed features (except sections maybe) are loaded on request
> only and hence do not affect performance... moreover, if you take a
> closer look at the smarty object, you can easily "turn off" features
> loaded by default, hence I do not see a point in even thinking about
> smarty light
i don't see any need for smarty light, but if you really want to strip
smarty off some features, all you have to do is to delete the associated
files.
however, this shouldn't gain any perfomance, just a few KB of disk space.
I'm no smarty developer, but I think ripping other functions from smarty
would only gain perfomance during the compiling process - remember smarty
compiles it's templates to PHP-files anyway, and compiling shouldn't
happen all the time.
just theorizing....
cheers
martin
|