Hey there,
I only just got into PHP and uploaded my first site today (yay!).
Now here's my question: To me it seems like my pages take an awful lot longer to download than previously when I used to code all my pages in HTML only (!!!). Basically, there's only one server request per page, so I really wonder what's going to happen when I have several server requests in one page. Is there any way to speed PHP up? Someone told me there's a way to "pre-bake" (???) pages, so they become as fast as ordinary HTML files...? Is this true? If yes, how can I do it?
Greetz to all of you.






. If you're programming in HTML there's no PHP in the pipeline and so pages go straight from the server disk back to the user.
). It could be network congestion in your area.



Bookmarks