I have a controller file with several includes, many of the included pages contain pure html/javascript, and many have those as well as php.
Currently all are saved as php files...
the html/javascript files are on the order of 30-100 lines...
will I be saving myself any processing time (noticeable or otherwise) by renaming these to .html files, or with an include will they be pre-processed anyway?
-Rob
Currently all are saved as php files...
the html/javascript files are on the order of 30-100 lines...
will I be saving myself any processing time (noticeable or otherwise) by renaming these to .html files, or with an include will they be pre-processed anyway?
-Rob