Quote:
Originally Posted by Marco van Herwaarden
Yes this is processor intensive.
But why do you need to do this?
|
Actually, I am not sure that it is needed.
I problem is with a modification that displays an icon based on there being info contained in a field:
PHP Code:
<if condition="($post['fieldname'] == '')">
ICON_A
<else />
ICON_B
</if>
I was not working (due to a bug!). After I fixed the bug, the ICON does not change in older posts. (the newest ones work as expected). So I suspected that the older posts were being drawn from the cache.
--RayJ