I'm running MT4.1 and the site in question has just over 300 entries. I have tagged about 2/3 of the entries with a @hidden private tag as I don't want them to show up in my index templates (the data for these hidden ones is used elsewhere on the site so I don't want to unpublish them).
I have 4 index templates generating php inc files, showing 4 different lists of the entries; by title, by excerpt, by category and by date.
All 4 index templates timeout on publish and I think its because I am using the following notation:
CODE
<mt:entries tag="NOT @hidden">
What I am asking MT for is a list of all entries that are not hidden.
If I remove the tag attribute the data rebuilds.
I have since tagged all the entries which should show with @show. 2 of the index templates rebuild OK (if a little slow), 1 times out but does rebuild (the data loop) and one times out and doesn't rebuild at all (the category loop).
Is using the 'tag' attribute a really bad idea?
