Display ads faster

You can enable immediately option to display ads faster.

This below is an example to enable this option.

RFP.InFeed.Default.run({
    immediately: true
});

The option is disabled if not specified.

If immediately option is enabled, the ad loading and rendering process is executed immediately after RFP.InFeed.Default.run() function is called. For this reason, an ad call script must be inserted after the definition of ad template unit and elements of ad display position. And perhaps, also for this reason, other scripts may affect the RFP ad display.

If immediately option is disabled, the ad loading and rendering process is executed after the page load is finished. In this way, the ads may be displayed correctly in most cases but it should take longer time to display.