What can I do to increase the performance/speed of my PHP scripts without installing software on my servers?
There is no magic solution, and attempting to provide generic solutions could well just be a waste of time.
Where are your bottlenecks? For example are your scripts processor/database/memory intensive?
Have you performed any profiling?