Hey
I've almost finished a web page based on php but I find that the loading time is too slow.
Now, the php script is executed on the server, so shrinking the size of the php script isn't going to speed anything up, is it? ( I'm using some unnecessary includes that could be organized )
Then again, the time it takes to actually run the script is probably minimal compared to the time it takes to actually transfer the html to the user... right?
I've almost finished a web page based on php but I find that the loading time is too slow.
Now, the php script is executed on the server, so shrinking the size of the php script isn't going to speed anything up, is it? ( I'm using some unnecessary includes that could be organized )
Then again, the time it takes to actually run the script is probably minimal compared to the time it takes to actually transfer the html to the user... right?