Thread: php4 question
View Single Post
Old 09-09-2001, 05:26 AM  
Osholio
Confirmed User
 
Join Date: Sep 2001
Location: UK
Posts: 99
Quote:
Originally posted by whoreans:
i heard this language is fast but i think its making my server load higher than before!

any one here uses php scripts? or php in your html? anything happened to your server?
Two things to try, if you haven't already:

Firstly, make sure that the webserver has the Zend Optimizer installed, it makes a noticable difference in speed, get it free from http://www.zend.com

Secondly, to speed things up further, and protect your code from others if you're on a poorly secured virtual host, cough up some cash for Zend Encoder Unlimited ($50 a month as part of the zend developer's suite) and it'll encrypt and run the first couple of optimizer passes on your code, which will also speed things up and reduce the load on your server.

Oh, and this is my first post, be gentle with me
Osholio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote