Plugin is loading 6 CSS files in the frontend
-
Hi there again!
While checking the performance of my website, I realised that these files will be loaded in the frontend as soon the plugin is activated:
<link rel='stylesheet' id='wp-components-css' href='https://localhost/project/wp-includes/css/dist/components/style.min.css?ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-editor-font-css' href='https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i&ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-editor-css' href='https://localhost/project/wp-includes/css/dist/block-editor/style.min.css?ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-nux-css' href='https://localhost/project/wp-includes/css/dist/nux/style.min.css?ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='wp-editor-css' href='https://localhost/project/wp-includes/css/dist/editor/style.min.css?ver=5.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='advanced-bootstrap-blocks-style-css-css' href='https://localhost/project/wp-content/plugins/advanced-bootstrap-blocks/dist/blocks.style.build.css' type='text/css' media='all' />
Shouldn’t these files only be loaded in the backend? Thanks in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Plugin is loading 6 CSS files in the frontend’ is closed to new replies.