Any chance I can see the result? A bit hard to diagnose with no links to check how it is displaying, and why the image is not displaying ...
alexhenes wrote:To clarify... I a using the content field in global settings. Here is what I have right now...
In global settings, there are
page.content settings, which ONLY apply if the page's own content is empty, and
include.content, which appears BEFORE any content set in the page.
alexhenes wrote:In addition... including this html in the global site settings seemed to significantly slow down the loading of the site... to the point it wasn't really usable.
Including something into content (or changing it), basically means that X3 needs to recreate the cache- and templates for ALL your pages ... and you have a LOT of pages. Furthermore, I see you have
preload:true on your website ... That is a combo that could make any server struggle for a while ... I would perhaps recommend you turn off the preload option until you are DONE editing the page for a
good while.
Basically after including the html into your content setting, it is very much possible your pages may be slow for a short while, but as long as you have preload OFF for the time being, it is not possible that the pages would not speed up after a while as they get cached.
You need to remember, you might have many other visitors on the website at the same time you are editing ... That means while you are making changes, the entire cache gets flushed, and depending on how many simultaneous visitors you have, your shared server may be trying to re-create pages for dozen of simultaneous requests. Add the
preload option into that, and it would definitely cause havoc.
Another reasons why we recommend enabling the preload option some time AFTER editing, is because the preload builds a huge data-file from all pages. If those pages are already "processed" and cached (by being visited and navigated in ajax mode), the preload option only needs to loop through the already-processed templates, which is less demanding. If you are setting the preload on before pages are visited(and cached), it means it has to loop through ALL your pages and process them in one go. Imagine if several visitors make the request for this file at the same time.