Skip to content
This repository was archived by the owner on May 25, 2018. It is now read-only.
This repository was archived by the owner on May 25, 2018. It is now read-only.

No full update / disable XPath extraction when adding feeds #25

Description

@dokterbob

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:

  1. Disable xpath fields in the admin create form.
  2. Factor out feed metadata (title etc.) extraction code from the crawler and only apply this part rather than the full blown extraction.

I suppose 2 is the more elegant here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions