3
The foreachq, doesn't appear to work that well on the XOOPS themes blocks, its slower on finding the items, when including multiple blocks……
seems to be sluggish on swapping modules, as it doesn’t keep a record....
On finding item to begin with it is slower; there is slight caching on foreach normally, that isn’t there on foreachq...
yet it does include any individual items faster......
So when our user-section, multimenu are js and included, these are now foreachq and our main blocks foreach normal.
As then theme and module swapping is faster, as then it can find the files once, and continue with that.
includeq is for all items that need including quicker.
foreachq is when it is for end result to be rendered quicker.
You can edit like Snows new theme.html, using includeq for blocks of Xoops....
You can includeq any single files that have foreach and use foreachq in theme.html instead; this will mean no background tasks, or these can be used in any of XOOPS Smarty systems