function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kumudh NKKumudh NK 

XML feed - Performance

Hi All,

We have created a XML feed with a SOQL and XML creation code and exposed thru a public site. Its working fine. Problem is if a record is added / modified it will some times show up immediately in XML feed link or some times it takes 10 mins to show the changes.

Any way we can reduce the time delay of the refresh?

Our clients are using this XML feed to populate their html code so, they are claiming that our feed is not real time.

Any comments in this direction will be great.

Thanks,
VC.
+1 (615) 266.1229
vidya.c@targetrecruit.net
KevinPKevinP
well, first thing i'd do is use the Streaming API for this. this is a perfect fit for what you're trying to do. As records are added or modified connected html pages will have the updates posted to them.