Since Instagram API has a limitation of request per hour (not sure how many). Would you advise to use serialize for storing the data from instagram feed? If not, what else would you advise?
If Yes, I'm not sure about the structure and where should i wrote my code for the serialize part.
Until now i've been using the instagram code inside my footer (layout.phtml).
Should i create a module just for storing those data and reloading the data once a day? If you don't advise that solution, what else could i do?