Skip to end of metadata
Go to start of metadata
CiviCRM Documentation

This page refers to outdated version of CiviCRM. Check current version of documentation.

Why Does Import Run So Slowly?

If your import seems to be running very slowly (i.e. 50 record import takes several minutes), one likely cause is that the Geocode Lookup feature is enabled and configured to use a remote service like geocoder.us to retrieve latitude and longitude information.

We recommend disabling this feature if you are doing a large import unless you have signed for the paid geocoder service (which is intended to support a large number of requests efficiently).

Review the following entry in your CiviCRM configuration file (modules/config.inc.php or sites/default/civicrm.php for CivicSpace installs):

define('CIVICRM_GEOCODE_METHOD', '' );

Another alternative is to use the Drupal zipcodes table for the geo-coding lookup (requires that this table be installed in your database):

define('CIVICRM_GEOCODE_METHOD', 'CRM_Utils_Geocode_ZipTable');
Labels
  • None

Creative Commons License
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-Share Alike 3.0 United States Licence.