Is it a good idea to use XML files to present data that is not updated often? VS MYSQL query -
i'm building website , i'd limit calls mysql database.
one idea have use xml files present information not need updated regularly every page load.
two example
site navigation might change once week.
the number of items in stock in situations need updated when item becomes out of stock.
i have feeling solution, experience xml quite limited, i'd feedback before delving it.
many thanks.
just use memcache, xcache or other caching solution cache sql requests.
Comments
Post a Comment