Results 1 to 2 of 2

Thread: Whay does SOAP take so long to convert Sugar response into xml?

  1. #1
    elRey is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    80

    Default Whay does SOAP take so long to convert Sugar response into xml?

    I've run some tests and with ~300 contacts I know soap gets sugar's reponse in ~4sec and then takes ~45sec to serialize
    that data into xml to send out.

    45sec for php to loop thru 300 records and genereate xml? Is this normal?
    I can't see why it would be any different than looping thru 300 to genterate a table with class/id.javascript actions/links etc.

    Rey

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Whay does SOAP take so long to convert Sugar response into xml?

    How many database round trips is your request taking to get the data? This might be one of the issues. also look at how long the queries are taking in the database. Look in the sugarcrm log to see what is happening. turn the debug level for logging to see what is happening at that time.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •