Speed up wp admin
-
Decide or unload wp admin scripts and styles.
One example is the google fonts gutenberg loads. I would rather use system font to speed up. Since this font just slows down and are not used by most sites one frontend.
Header wp-editor-font fonts.googleapis.com https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i wp-block-editor
Does all css need to be loaded on each page?
Split an load only used style for the page level and not globally. Maybe even fetch and load it only once fetching the assets to unload?/wp-content/plugins/wp-asset-clean-up/assets/style.min.css?ver=1574106486
- The topic ‘Speed up wp admin’ is closed to new replies.