Skip to content

Periodic grecaptcha calls with page relayout #210

@constgen

Description

@constgen

We wrapped the whole React application with <ReCaptchaProvider>. So it is mounted only once and never updated, because it is high in the tree as possible.

In the profiler I can see that some code from recapthca is called approximately every 100ms

Image

And even more it casuses page relayout which may produce performance issues. This is the detailed view of one such call

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions