regards123
New Member
I have a page with a post and multiple comments, by using PHP's \[code\]ob_start()\[/code\] I am able to cache it successfully.Next to each comment I have a username and its number of current posts and reputation. Now I am keeping the cache of the page with the post all until someone adds a new comment, only then I update the cache file.Now the problem is that a user's post number and reputation will increase as he posts/comments on other topics, and its post number and reputation will not change on elder posts.What would be the best practice to tackle this issue.