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

Speed up WP through reducing unnecessary header tags and similar #28

Open
ibes opened this issue Dec 28, 2020 · 1 comment
Open

Speed up WP through reducing unnecessary header tags and similar #28

ibes opened this issue Dec 28, 2020 · 1 comment

Comments

@ibes
Copy link
Collaborator

ibes commented Dec 28, 2020

eg use plugin: https://de.wordpress.org/plugins/nietzsche/
https://gist.github.com/Auke1810/f2a4cf04f2c07c74a393a4b442f22267

Or get inspired by: https://gitlab.com/wholegrain/granola/-/blob/master/granola/wordpress/cleanup.php

I like the way plate organized optimisations via theme support (so no database settings and small step optimisation):
https://github.com/wordplate/plate/blob/master/plate.php

Maybe we could start a plugin and we could also check in with wholegrain if they won't to collaborate. As they are thinking about having a plugin instead of using their cleanup.php within the theme.

@ibes ibes changed the title clear wp header Speed up WP through reducing unnecessary header tags and similar Dec 28, 2020
@michael-voit
Copy link
Member

Great thought, yes, let's do that with a plugin and see if we can collaborate with others.

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

No branches or pull requests

2 participants