One way to make your website exponentially faster is by caching both
remote and internal requests. Why request your RSS subscriber count
from FeedBurner more than once a day if that count is calculated once
per day? Why hit your database on each page load if that content rarely
changes? I've created a primitive request-and-cache function for PHP
that checks for fresh content in the cache and retrieves content from a
source if fresh content isn't available.
To read more about this article Click Here
For Demo Click Here
To view the codes Click Here
To read more about this article Click Here
For Demo Click Here
To view the codes Click Here
0 comments:
Post a Comment