Chicilikit
Supreme Member
- Dec 21, 2010
- 1,298
- 401
Hello, one of my methods needs importing huge amount of post. Right now for example I need to import 40K posts. I do it via csv, but I have great problems with that. No importer I have so far tried made it past few hundreds post. After that it always freezes and I have to start again. I have tried to cut the file in smaller parts, like 3K posts in one file, but it cant import even such small parts. Right now I get most like 600 posts from one import and it is second day I import the posts and still have not finished.
What do you think causes this? Not enough memory my wp site gets from hosting? I have already raised it via php.ini to some crazy numbers, it looks like this now:
memory_limit = 1024M ;
max_execution_time = 60000 ;
Well, it does not seem to help much, so I do not know much what else can I do. I think about paying better hosting, but i need to know first if that is really the issue, if its even possible to import such large numbers into wordpress. Thanks for help.
What do you think causes this? Not enough memory my wp site gets from hosting? I have already raised it via php.ini to some crazy numbers, it looks like this now:
memory_limit = 1024M ;
max_execution_time = 60000 ;
Well, it does not seem to help much, so I do not know much what else can I do. I think about paying better hosting, but i need to know first if that is really the issue, if its even possible to import such large numbers into wordpress. Thanks for help.