Hi, I've built half a web site based on php scripting language, but it had reached a dilemma: which web templates should I go with: in php or in html platform. Both templates look the same. I can't compare their loading time on my local computer. Which template loads fastest on a Linux server? Thanks
What do you mean by template? If you're comparing a .php file and a completely static HTML file with no modifications, no rewrites, etc, the static HTML file will be faster.
I mean the functions and the features behind the web site is written in php, but i can write the index, the user profile pages etc. in both .html and .php extension. Thanks
of course HTML is faster, especially if php has a dynamic variables needed to be placed on the template. did you try using html + xml, well, for me i recommend it.