Question about dynamic pages

Hi guys,
I have a dynamic page per item.
In this dynamic page there’s a " View more" button that directs to a different page with full info about the item.
Now, I have 2 options for the 'Full Info" page:

  1. to create it as a dynamic page: /info/{ID}
  2. to create a regular page and to transfer the data to it from the first dynamic page using wix-storage.

Which of these options will be better from the aspect of speed & performance?

Thanks,
J.D.

P.S I really don’t need a specific URL for this info content, and i don’t mind that Google won’t have an access to this content. I only care about performance.

The first option (2nd dynamic page) will issue another request to your collection which takes time. SEO and unique url are very important but if you decide to give it up, using wix-storage as a sort of cache will work faster.

Thanks!

@ohad-laufer , from performance aspect (loading time etc…) , Is there a difference between a dynamic page that it’s URL is based on FieldX and a regular page where the data-set filters by FieldX?
Thanks,
J.D.