Silex icon indicating copy to clipboard operation
Silex copied to clipboard

After publish - several html pages without shared content ?

Open aallnneess opened this issue 3 years ago • 1 comments

Hello :-)

If I have several pages in Silex, several html pages are also generated when I publish. Is the entire content always reloaded on every html page?

For example, if I set: Header from the main page is visible on the Infopage - is the header also reloaded when the InfoPage is called?

That would be a little inefficient right?

thanks alnes

aallnneess avatar Jun 05 '21 12:06 aallnneess

hi I'm always up for a performance discussion :) the markup is indeed loaded several times but we're talking less than 1kb so it is not important and it is how things are done the other resources like js and css are the same on all pages so they are cached and downloaded 1 time only did you check google page speed insights? it shows a lot about what is downloaded and what is significant

lexoyo avatar Jun 05 '21 14:06 lexoyo