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

Improved speed for author page #236

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Improved speed for author page #236

wants to merge 1 commit into from

Conversation

sergiucoman
Copy link
Collaborator

@sergiucoman sergiucoman commented Apr 15, 2024

POC for improving the speed of author page. It relies on a sheet in query-index that is ordered by authorUrl.

The helix-byauthor sheet is generated using the following formula:

=LET(x, FILTER(raw_index!A2:S2824,(raw_index!B2:B2824="Blog Article")),
          SORTBY(x,INDEX(x,0,14),1,INDEX(x,0,1),1))

Fix #230

Test URLs:

Copy link

aem-code-sync bot commented Apr 15, 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 Apr 15, 2024

Page Scores Audits Google
/blogs/author/matt-schvimmer PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Blog List User Performance/User experience
1 participant