# Very slow contact import in Mautic v7.x

**URL:** https://forum.mautic.org/t/importacion-de-contactos-muy-lenta-en-mautic-v7-x/38330
**Category:** Product Support
**Created:** [July 2, 2026, 3:49pm UTC](https://forum.mautic.org/t/importacion-de-contactos-muy-lenta-en-mautic-v7-x/38330 "2026-07-02T15:49:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![desarrollo5](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/desarrollo5/32/13385_2.png) [@desarrollo5](https://forum.mautic.org/u/desarrollo5)
#### Post date: [July 2, 2026, 3:49pm UTC](https://forum.mautic.org/t/importacion-de-contactos-muy-lenta-en-mautic-v7-x/38330/1 "2026-07-02T15:49:44Z")

</div>

**Your software**  
My Mautic version is: 7.1.1  
My PHP version is: 8.3.30  
My Database type and version is: mariadb: 10.11.16

**Your problem**  
My problem is:

Hello Mautic community,

I am currently working with a project based on Mautic Open Source 7.x, running in Docker with the following environment:

- Mautic 7.x
- MariaDB 10.11
- Mautic container: `mautic/mautic:latest`
- Background imports executed with:

```auto
php bin/console mautic:import --no-interaction

```

For testing, I divided the contacts into three CSV files containing 23,400 rows each and configured:

```auto
'parallel_import_limit' => 4,

```

I then started three import processes simultaneously. All contacts were new and the database was clean.

These were the results:

```auto
Import 1:
23,400 contacts created
Time: 795.21 seconds

Import 2:
23,400 contacts created
Time: 793.56 seconds

Import 3:
23,400 contacts created
Time: 790.44 seconds

```

The actual total elapsed time was approximately 13 minutes and 24 seconds for 70,200 contacts.

Can I improve this time?  
Is there another solution that allows for faster importing?
