Results 1 to 3 of 3

Thread: php pages delivered faster than html?

  1. #1

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    php pages delivered faster than html?

    Its aleged that websites with php pages delivered faster than html? Is it true? I thought that it would be the other wa around. Can you point me to a link explaining?
    Looking for a friendly intelligent chat forum? Visit the white-hart.net

  2. #2

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611
    Originally posted by chrisjk
    It can't be faster, the PHP preprocessor has to do it's job. It may be fast, but it's not so fast that it does it in 0 milliseconds.

    Scripts output HTML usually anyway
    Well thats what I though - with php some processing is being done but with pure html it isn't - I thought I was just missing something . . .
    Looking for a friendly intelligent chat forum? Visit the white-hart.net

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    If PHP caches scripts in memory versus reading HTML files off of a disk, it might be faster - but it's more a web server config issue than a strength of PHP. BTW, there are specialized web servers for static content because of Apache's slowness in this regard, IIRC.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width