Right now, everything that is over on the sidebar is in one PHP file. I want to split it up, so that different items will or won’t appear based on which skin layout is selected. It loads fast right now in one file, but I wonder … will the load time slow down if I split it to several PHP files?
Categories
2 replies on “PHP Question…”
I’m no php wiz or even close to it. However, I have been playing around with it for a while now and finally getting the hang of it, so to speak. I created a layout (which I haven’t put to use on my “online” site yet) with multiple php includes like you are talking about. Breaking it up into multiple includes seemed to have absolutely no affect on the loading time. Someone else may have more to offer, but I thought I’d share my two cents. 🙂
THANKS Lee! I will try it out this weekend. On some designs I want to include all the stuff, and on others just some of it. So breaking it up into smaller files seems to make more sense.