<rant>
The first problem is using FastTemplates - it's another layer of fat - here is how it works. C is programmed in Assembly (you don't get lower level unless you are programming in 1's and 0's), PHP is programmed in C (aka "a second generation language"), so anything programmed in PHP is thus a "third generation" language - thus being an unneeded extra layer of fat.
If you are using FastTemplates because you don't like / don't know how to program in HTML then you should probably not be programming in PHP ;o)
</rant>
Other than that I would say that it all depends on how well of a programmer you are. If you are good an 80K script could execute in no time with little resources - of course you could suck (not implying that you do - so don't flame me) and it would take hours to run 😮) (dame while(1)'s)
I have extremely bulky scripts (70-80k) that take only a split second to run - so I would say that 80k isn't horrible (just remember my previous comment about good coding practices)
Some things to remember when coding - compare ints to ints instead of strings to strings whenever possible, user ' instead of " whenever possible, stay away from ereg() functions (they are cool, and useful, but not aways needed), use switch() whenever you can, etc.
Just my $0.02
--Joe
http://www.miester.org
PS OPTIMIZE YOUR DB TABLES!!!!!!!!!!!!!!