|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Includes up KB Size?
Hey everyone,
Have a question about php includes. If i have a functions page that is 3kb and i include that in another page which is 3kb will the total bytes that the user has to download equal 6kb? Thanks in advanced.
__________________
Nothing is Everything
|
|
#2
|
||||
|
||||
|
The total download size should be equivalent not to the size of the includes but to the size of the output they generate. If the two includes work together to do nothing but go through an elaborate routine that prints "Hello world" to the screen, the size of the download will be the size of "Hello world."
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Includes up KB Size? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|