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

[IMPROVEMENT] Optimisation for prerendered pages #487

Open
dianafulga opened this issue Aug 6, 2024 · 1 comment
Open

[IMPROVEMENT] Optimisation for prerendered pages #487

dianafulga opened this issue Aug 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dianafulga
Copy link
Contributor

dianafulga commented Aug 6, 2024

For the moment we won't execute the content script when the browser prerenders the pages before the user actually navigates to them. This was implemented with #477

For optimisation we want to save the details of the links when a page is prerendered, so that when actually navigating to the page, the payments are done much faster. Started working on this in this PR .
For this approach, we need to:

  • clear the preloaded urls, that are not used, because the user changes the url
@sidvishnoi
Copy link
Member

@sidvishnoi sidvishnoi added the enhancement New feature or request label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants