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

Fix: "head" element order #12375

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

Conversation

cevdetardaharan
Copy link

With capo.js re-order "head" element.

Summary

Re-orders elements inside the "head" element using capo.js to improve performance by prioritizing critical elements.

Problem

The order of elements in the "head" element was not optimized for performance.

Solution

The elements in the "head" element are now re-ordered with the help of capo.js, prioritizing critical items first to improve loading performance.


Screenshots

Before

After


How did you test this change?

Tested the re-ordering of elements in the "head" element to ensure they load in the desired order, improving performance.

With [capo.js](https://github.com/rviscomi/capo.js) re-order "head" element.
@cevdetardaharan cevdetardaharan requested a review from a team as a code owner December 27, 2024 12:29
@github-actions github-actions bot added the macros tracking issues related to kumascript macros label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macros tracking issues related to kumascript macros
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant