Hi volx,
just getting nearly brain damned about the best way to achieve my template structure respectively the URI/URL stucture.
Lets make an example:
I got an index page with a listing of all entries in that channel. An then I got a single entry. I found two option to get this done (w/o using categories)
1. /templategroup/list of all entries -> /templategroup/template/single-entry i.E. domain.com/news/articles/single-entry
2. /templategroup/list of all entries -> /templategroup/single-entry (done via segment_2 conditional) i.E. domain.com/news/single-entry
I like the second one most. There is not really a difference in query time too. And it does looks much better. But I’m not shure about this solution, because:
Now to my question. What is better in case of speed, site wide searching, SEO and template optimization, caching etc.
How do you solve this? Do you have an extra “entry”-template?
Thank you