Forum Moderators: coopster
I'm working on a project, I wanted to clarify something. The website is divided into categories which will look similar, only links/titles will be unique.
Would it be more efficient to have a single template page, that depending what variables are passed to it will produce a result and have all directories index files get their content from this page? Or should each directory have it's own, independent index file?
In other words, is it more efficient to have all visitors loading the same script, or should they be handled by different scripts depending on category?
I suppose the server's cache will increase the efficiency since the same pages are always requested.
ty