Jump to content

Caching query-string type pages


phpnewbee10

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.