Title: Lag time
Last modified: August 21, 2016

---

# Lag time

 *  Resolved [alex_spice](https://wordpress.org/support/users/alex_spice/)
 * (@alex_spice)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/lag-time/)
 * Does anyone experience on lag time on the feed?
 * I am using the plugin to pull latest forum posting (ipboard ) to appear on the
   front page ( wordpress ) of my site. But it has the lag time of 8 hours before
   the late post from the forum appears on my front page.
 * Does it has to do with my server or some settings with the plugin.
 * Thank you.
 * [http://wordpress.org/plugins/rss-import/](http://wordpress.org/plugins/rss-import/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/lag-time/#post-4534983)
 * Right, the plugin use the default Feed cache of WordPress, only all 12 hours 
   was refrshed. If you will change this, then add the follow line to a custom plugin.
 * `add_filter( 'wp_feed_cache_transient_lifetime', create_function( '$a', 'return
   1800;' ) );`
 * More information in this post: [http://wpengineer.com/1820/feed-cache-in-wordpress/](http://wpengineer.com/1820/feed-cache-in-wordpress/)

Viewing 1 replies (of 1 total)

The topic ‘Lag time’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rss-import.svg)
 * [RSSImport](https://wordpress.org/plugins/rss-import/)
 * [Support Threads](https://wordpress.org/support/plugin/rss-import/)
 * [Active Topics](https://wordpress.org/support/plugin/rss-import/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rss-import/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rss-import/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/lag-time/#post-4534983)
 * Status: resolved