Each page on site being fetched twice from server
-
I’m using styles and styles-twentyfourteen plugins. Whenever I load a page, it gets fetched twice from the server. The second fetch is as a background image and I think it’s because there’s inline css as follows:
<!-- Styles cached and displayed inline for speed. Generated by https://stylesplugin.com --> <style type="text/css" id="styles-plugin-css"> .... .styles #page #masthead{background:#fff url()} .... </style>
I believe the empty url() is causing the browser (Firefox latest) to load the current page as the background image.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Each page on site being fetched twice from server’ is closed to new replies.