Currently, a full update is run when adding feeds through the admin. When XPath extraction is used, this can cause significant blocking/freezing of the admin because for all imported entries the links have to be followed.
Possible solutions:
Disable xpath fields in the admin create form.
Factor out feed metadata (title etc.) extraction code from the crawler and only apply this part rather than the full blown extraction.
Currently, a full update is run when adding feeds through the admin. When XPath extraction is used, this can cause significant blocking/freezing of the admin because for all imported entries the links have to be followed.
Possible solutions:
I suppose 2 is the more elegant here.