on my home page it has a section that query's yahoo stock quotes for market stats, but it is slowing down my page..
how do i cache the results so it updates every 10mins?
(at the moment it querys yahoo every refresh slow...........)
Put the script that retrieves the quotes into a scheduler (cron?) and have it either write the formatted text to a file or use wget in the cron so that it saves the file to disk. Then simply include the generated file.