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

Feature new slider with react-slick #230

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

kalwalt
Copy link
Owner

@kalwalt kalwalt commented May 15, 2023

Testing new components with react-slick, probably a more performant and reliable slider.

export default TemplateWrapper;
export const Head = () => (
<>
<link href='https://fonts.gstatic.com' rel='preconnect' crossorigin/>
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems that this has no effect. Reading this article https://www.igvita.com/2015/08/17/eliminating-roundtrips-with-preconnect/

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From Lighthouse test: Warnings: A was found for "http://cdnjs.cloudflare.com" but was not used by the browser. Only usepreconnect for important origins that the page will certainly request.
So maybe better to remove this?

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.

1 participant