is there a big difference in load speed when previewing a standard page asset if it has lots of metadata fields with it?. for example 50 metadata fields in a single standard page…
does having that large number of metadata fields could slow the page down so much upon previewing?
[quote]is there a big difference in load speed when previewing a standard page asset if it has lots of metadata fields with it?. for example 50 metadata fields in a single standard page…
does having that large number of metadata fields could slow the page down so much upon previewing?[/quote]
I would think so, if you are PRINTING them on that standard page. But if you are not printing all of them, them I am sure it would be faster.
thanks a lot.
Not really. We load up the entire metadata array for the page whether you print them or not. However, metadata is cached into a single PHP array, so loading up even hundreds of fields wouldn't take more than a few miliseconds.
Awesome. I learn something new every day. :)