How long to show latest photo on home page GK Grid

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Aug 27, 2014 3:36 pm
Hi there,

My client has asked how long it will take for newly posted photos to appear in the home page grid. I set the cache time to 0, and the new photos do come up when I check back hours later, but not sure how to explain this to the client. Does it have to do with browsers?

Thanks!
User avatar
Senior Boarder

GK User
Thu Aug 28, 2014 7:32 am
Hi,

Widgets are cached and thanks to this fact - website is faster. Of course you can also remove the cache from GK BP widget (source of your grid), by removing this fragment from Msocial/gavern/widgets.buddypress.php: (around line 58).

Code: Select all
if($cache) {
         echo $cache;
         echo $after_widget;
         return;
      }
User avatar
Moderator


cron