How to Upload/Import Big XML files
-
Hello, I have one big XML file with wordpress format. Size is 70mb. Total items is about 45k posts.
When I’m trying to import this xml as one file or as a few little files (10 mb each) wordpress uploaded only 15k for 30 minutes and then uploading very slow. I wait 1 hour to upload 20k posts but then it was more slowly.
I’ve changed config to next:
php.ini:
memory_limit = 4048M
post_max_size = 200M
upload_max_filesize = 200M
max_execution_time = 60000.htaccess:
php_value memory_limit 4048M
php_value post_max_size 200M
php_value upload_max_filesize 200Mwp-config.php
define(‘WP_MEMORY_LIMIT’, ‘4048M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘4048M’);But nothing changes.
Can you help me what is method to upload big xml files? I mean not only 70mb maybe and bigger.
What I need to do? Order at freelancer converter from XML to Mysql format?
Thanks
- The topic ‘How to Upload/Import Big XML files’ is closed to new replies.