Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajax Process Repeated Read XML File #18

Open
ankit9963 opened this issue Sep 21, 2018 · 0 comments
Open

Ajax Process Repeated Read XML File #18

ankit9963 opened this issue Sep 21, 2018 · 0 comments

Comments

@ankit9963
Copy link

Hello Pbiron,

Thanks for the plugin, it works well compared to the default WP import plugin.

We recently used this plugin for importing large Media from one site to another.

There is One small error in the plugin when we hit start import the plugin by default starts with 50 items from the XML. Suppose the XML file has 500 items to import, the plugin does this error.

On first ajax call it successfully imports 50 items average without any issue.
On Second ajax call it first scans the 50 items that are already imported and gives error Media already exist and then parses another 50 items average and imports them to media.
On Third ajax call again scans already imported 100 items shows already exists message and them imports items between 51 - 150.

So there is error in every ajax call the code misses out already processed items, if this is implemented the plugin will work more faster, decreasing excessive looping of already imported post.

Glad if you can look into this issue and fix it, again the plugin is superb thanks for it.

Thanks,
Ankit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant