Hi,
I'm building my website and I'd like to limit calls to my MYSQL database.
One idea I have is to use XML files to present information that does not need to be updated as regularly as every page load.
Two example are
Site navigation which might only change once a week.
The number of items in stock which will in most situations only need to be updated when an item becomes out of stock.
I have a feeling this is a good solution, however my experience with XML is quite limited, so I'd like some feedback before delving into it.
Many thanks.