- bol.com
- Adyen
- Plug&Pay
- Marktplaats
- VidaXL
-
Van der Meer
- FTP Connectie
- Plugin opties
- Producten samenvoegen
- Producten importeren loopt vast
-
in3
-
Teamleader
Producten importeren loopt vast
Have you been waiting for some time for your products to be imported and is the progress bar constantly stuck at the same percentage? Then it is possible that your WordPress environment cannot process the data properly. Luckily we can solve this!
If the import of products gets stuck, this may have to do with the PHP limits of your server and website. Below we will explain how you can easily increase these limits yourself.
If the import of products gets stuck, this may have to do with the PHP limits of your server and website. Below we will explain how you can easily increase these limits yourself.
max_execution_time 3000 memory_limit 256M post_max_size 64M upload_max_filesize 64M
max_execution_time
Better known as PHP time limit. We have written an extensive article about increasing your PHP time limit. Read the article here.
memory_limit
Better known as 'WP_MEMORY_LIMIT'. We have written an extensive article about increasing your memory limit. Read the article here.
post_max_size
This determines the maximum file size that can be uploaded to your WordPress website. We have written an extensive article about increasing your upload_max_filesize. Read the article here.
upload_max_filesize
This determines the maximum file size that can be uploaded to your WordPress website. We have written an extensive article about increasing your upload_max_filesize. Read the article here.
How did we do with this article?