-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
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'] = '[email protected]';
$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
Labels
No labels