A fast php website.

ImperialPhoenix

New Member
Messages
318
Reaction score
0
Points
0
I would like to know how to make a fast php website.


I know php but everytime I make a page for it it always slow
and I got a mysql driven website with 1 image and then 2 cgi scripts
running for my chatroom, how can I make this fast?

the example must include:
index.php for the file name.
webpages that goes like this
index.php?page=index
index.php?page=home
index.php?page=games

those are the three page I want included for a example
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Check out an old tutorial of mine:
http://forums.x10hosting.com/showthread.php?t=12620

Is that what your looking for?

About the speed.. PHP is "fast" in itself. Any speed problems you were having using CGI scripts (Perl I'm assuming?) and PHP, probably were caused by CGI.. Or a few things (Loops, etc) in the PHP script(s).
 
Last edited:

ImperialPhoenix

New Member
Messages
318
Reaction score
0
Points
0
Thank you for your support

for now and on I'm going to use SUPER globs
and plus if anyone else gots a fast php/mysql
site example, please feel free to post here.
 

Goran

New Member
Messages
196
Reaction score
0
Points
0
Thank you man i have to look it too! After finish a final exame from comercial :)
 

ImperialPhoenix

New Member
Messages
318
Reaction score
0
Points
0
Okay, right now I did a research and found out that
the x10hosting ad seems to be slowing down my
website.
Is there a better ad code that can be used for advance
accounts and one for corperate?

I want my page to be boom boom boom fast,
wy does it takes longer than 4 secs to load
TEST PAGE, COME BACK AT 4:30 PM and the x10hosting ad?
 
Last edited:
Top