Skip to content

Performance of creating a contact #120

@Benema3000

Description

@Benema3000

Hello Everyone!

First: Thanks to everyone involved in creating AlexaCRM! Awesome work.

I have a question/issue regarding the performance. I created a really simple example based on your tutorial, where I create a client and then create a contact. The client is created immediately, but it takes around 1 minute to create the contact.

I simply run:
$contact = new \AlexaCRM\Xrm\Entity( 'contact' );
$contact['firstname'] = 'testX';
$contact['lastname'] = 'testX';
$contact['emailaddress1'] = 'test@example.com';
$contactId = $client->Create( $contact );

and the $client->Create call takes 62 seconds. Is this normal? Do I have to do something differently?

Best and thanks!
Ben

Edit: just tried to retrieve a contact, same there. It takes super long.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions