• Resolved Sajjad Ali

    (@the-rock)


    Can this plugin support server request per second. I have plan to import CSV file with 10000 entries and i wonder if it will crash / cause memory issue.

    I tried CSV Importer plugin sometime ago but that displays a blank white page after few hundreds entries. I wonder if Really Simple CSV Importer can get my job done.

    Thanks.

    https://wordpress.org/plugins/really-simple-csv-importer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takuro Hishikawa

    (@hissy)

    Yes, importing process becomes sometimes very huge, and it will crash with memory issue. Please change the max_memory_limit value of your php. thanks

    Thread Starter Sajjad Ali

    (@the-rock)

    I have done this (increase max memory limit) but still as database increases with posts then import becomes slower and more slower.

    Please consider adding this feature. A simple input field to set number of entries per server request. That would make this plugin perfect.

    Thanks for your efforts on this plugin.

    Plugin Author Takuro Hishikawa

    (@hissy)

    Only thing that you can do is separating your csv file on your local machine.
    Because just loading huge csv file requires huge memory.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Server requests are supported for huge files?’ is closed to new replies.