I have a website with statics page and use php just for including header, footer and sidebars.
My question is what is difference between php include an SSI in resource using? are they same?
How can I find which one takes more resources to parsing? (my website has a lot of pages and I want reduce CPU usage)