- Issue created by @standingtall
- π¦πΊAustralia standingtall
Some more information.
I have a view which shows just the logos of from 10 taxonomy terms. Output is saved as all the fields on entire taxonomy term (20 fields attached to it). Why does output have to rendered all the fields to show just 1?
- πΊπΈUnited States DamienMcKenna NH, USA
It would depend upon how the output is configured.
There are different options you could try to reduce the amount of rendering:
1. Customize the the "default" view mode to hide all fields except for the logo. Then make sure that you have customized the "full" view mode for the normal term page.
2. Add a new view mode to the taxonomy term, on this view mode hide all fields except for the logo, then use that view mode in the view. - Status changed to Fixed
almost 2 years ago 9:50am 26 February 2023 - πΊπΈUnited States DamienMcKenna NH, USA
Excellent, I'm happy to hear it.
- π¦πΊAustralia standingtall
Sorry just need a bit more help. I was able to hide fields on a taxonomy term but will need to create a different view for content types. How can I use a different display view in Views? I couldn't find any option. Cheers
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
10 months ago 12:15am 20 February 2024 - π¦πΊAustralia standingtall
Unfortunately, this has resurfaced again.
1) I have hidden most fields on Taxonomy default view
2) Full mode has been configuredHowever, views cache result still picks up whole entity and saves it in cache_views_data and fills it up in no time.
I have Entity Cache, Display Suite enabled as well.
Only thing that helps if I turn off caching of Query results.