phpnewbee10 Posted January 7, 2010 Share Posted January 7, 2010 I want to create a financial website that has the URL in the format: http://wwwmysite.php?quote=MSFT where the user can input a ticker symbol and the page will spit out a bunch of technical factors and calculations for each symbol. The problem is that I can see that I will be taxing the mysql DB very hard as I want to spit out as many calculations as possible per ticker symbol. The page just needs to be updated once a day after the market closes so that the new stock prices can be inserted into mysql. Is it possible to cache this type of setup to save resources? Are there any alternatives I should look into? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/187566-caching-query-string-type-pages/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.