We suspect we do not have best practice code for our navigation logic and our new upgrade to WSM 11.1 HF5 can't efficiently process it. This is happening in only SmartEdit and Preview on only the news articles, where uniquely there are a lot of sibling pages. This is happening with any of our navigation logic. Below is the simpliest navigation routine we use that can cause this slowdown. Anyone have an idea of what is wrong? Rob ================================================================================================== <reddot:cms> <if> <query valuea="Context:CurrentIndex.Id" operator="==" valueb="Context:FirstIndex.Id"> <if> <query valuea="Context:CurrentIndex.Id" operator="==" valueb="Context:LastIndex.Id"> <htmltext><%!! Context:CurrentIndex.GetUrl() !!%></htmltext> </query> <query type="else"> <htmltext><%!! Context:CurrentIndex.GetUrl() !!%>|<navigation:nextlevel></htmltext> </query> </if> </query> <query type="else"> <if> <query valuea="Context:CurrentIndex.Id" operator="==" valueb="Context:LastIndex.Id"> <htmltext><%!! Context:CurrentIndex.GetUrl() !!%></htmltext> </query> <query type="else"> <htmltext><%!! Context:CurrentIndex.GetUrl() !!%>|<navigation:nextlevel></htmltext> </query> </if> </query> </if> </reddot:cms>
-- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+unsubscr...@googlegroups.com. To post to this group, send email to reddot-cms-users@googlegroups.com. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/groups/opt_out.