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

Disable bfcache #196

Closed
wants to merge 1 commit into from
Closed

Disable bfcache #196

wants to merge 1 commit into from

Conversation

fnhipster
Copy link
Collaborator

Fixes https://jira.corp.adobe.com/browse/USF-1710

There is an issue in the Event Bus. We "close" the BroadcastChannel during pageunload to enable bfcache. However, this also removes all listeners added to the channel, causing the drop-in UI not to update since the page is loaded from the cache, but the event listeners no longer exist. The short-term solution is to remove the pageunload from the Event Bus to disable bfcache, and create a new ticket to support bfcache properly.

Test URLs:

Copy link

aem-code-sync bot commented Nov 11, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

Copy link

aem-code-sync bot commented Nov 11, 2024

Page Scores Audits Google
📱 / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI
🖥️ / PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@fnhipster fnhipster closed this Nov 25, 2024
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

Successfully merging this pull request may close these issues.

3 participants