What should I be seeing?
-
I am testing FVM. It looks promising.
I can see from the FVM status page that it is processing my .js and .css files as expected and producing files .min.css etc. The log shows what .css files have been included, including for example my theme css and child theme css.
If I examine a visited page using a web inspector in Safari, I see the individual css files as elements, i.e. both my them css and child theme css are shown separately.
Is this how it works – that the combined file is unpacked to recreate the separate ones or should I be seeing just the combined files? Please forgive my ignorance if this should be obvious.
By the way, I am not using server caching – only browser caching and I cleared the browser cache before the above tests.
- The topic ‘What should I be seeing?’ is closed to new replies.