Gondee / SocialCurveManager

Social Curve Manger is a platform designed to enable monetization of social media platforms by means of 3rd party CPM advertising.
http://socialcurve.io
3 stars 1 forks source link

Cache clicks for GeneratedLinks #49

Closed scojasp closed 9 years ago

scojasp commented 9 years ago

Store a cached amount of clicks in GeneratedLink.clicks and have it update occasionally, whenever accessed??

Gondee commented 9 years ago

Im going to work on this atm if there is not objections

scojasp commented 9 years ago

Go for it

Gondee commented 9 years ago

Heres how i worked it. When a user pulls a link, it updates the database with the current number. This way when publishers a querying potentially 10x the links on one page its less API use. Is done automatically, no need to change any code. Saves the total number to date btw.

scojasp commented 9 years ago

Sweeeeeet.