NANU-Wandel-Wege-entdecken / NANU-website

Home of the future website code for NANU - Wandel-Wege entdecken.
MIT License
0 stars 0 forks source link

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

Open ibes opened 3 years ago

ibes commented 3 years ago

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.

michael-voit commented 3 years ago

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