• Awards page: I have basically a list of photos/text that’s really long. I put inside accordion/tabs to organise it.

    But wondering from the view of page speed, how should I set up the page? It doesn’t really matter the layout, it’s just a list of items/photos that’s searchable.

    Should I have lots of accordion/tabs with a few in each?
    Just a single list no accordion/tabs at all?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I think that might depend on how many images and how much text per image you need to manage. Do you have a link to the page you could share?

    Hey,
    As long as you are lazy loading your images then it doesn’t matter what layout for speed, just choose the one that makes the most sense for viewer. The little bit of extra code that would need to load to run tabs or an accordion isn’t enough that your page speed would be moved drastically by it.

    If you are not lazy loading your images and don’t plan to then I suggest you break the page up into subpages so you are not loading all those images at once.

    Ben

    I am using lazys in loading but it is a very long list. I wonder if there is a blocknthat can turn normal content into subpages

    Hello,

    There isn’t one that I know of, but you can certainly break up the images by subject matter and manually create pages that way.

    Let us know if you need anything else.

    Thanks!

    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Advice for accordion/tabs’ is closed to new replies.