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
developer03developer03 

Compression

Hey,

Is it possible to use SOAP compression with S-Controls? If so, how do I do it.

If it is not possible how can I improve performance? right now one of my S-Control is very slow and I need some ideas on how to improve performance.

Thanks
DevAngelDevAngel
I think that trying to compress your soap messages in javascript would end up a zero-sum game.  Not to mention that I'm not sure how you would do it.
 
Performance can get pretty bad if you are querying for a lot of records, and is likely not the right use case for an scontrol.  The good news is there is a lot of progress in winter07 for scontrol performance, including a rewritten ajax toolkit and soql-r (relational soql).
 
Cheers