I'm not the primary developer of uMapper, so not sure of the inner-workings (yet). I do know there has been some improvements with uMapper caching, which will be in our next release, v5.3.1. (Although we haven't got a release date for that yet ... potentially aiming for end of the week, just got a couple more small bugs to fix)
Be carefull with uMapper and particulary with the cache system which really slow down umbraco page refresh after publish.
Cache invalidation is global so anything added to the cache by uMapper will be cleared on any publish. Even if the node published is not used at all in the page you are calling.
I recommend to not strat using it unless you are working with a few amount of nodes.
Using uMapper
Hi there,
Trying to implement uMapper in my project following this tutorial:
http://ucomponents.org/umapper/
I'm getting the following error:
'uComponents.Mapping.uMapper' does not contain a definition for 'CachingEnabled'
Also, Im getting each node twice..?!
Any help will be appreciated.
Thanks
mkariti
Update: So now ive mannaged to bring each node once. No duplication.
However, the CachingEnabled still not working.
Thanks
Hi mkariti,
I'm not the primary developer of uMapper, so not sure of the inner-workings (yet). I do know there has been some improvements with uMapper caching, which will be in our next release, v5.3.1. (Although we haven't got a release date for that yet ... potentially aiming for end of the week, just got a couple more small bugs to fix)
Thanks, Lee.
Hi Lee,
Many thanks for your reply.
Fantastic! will wait to see the latest improvment.
Is it possible to difrentiate between nodes according to their hostname?
Regards,
mkariti
*differentiate
Be carefull with uMapper and particulary with the cache system which really slow down umbraco page refresh after publish.
Cache invalidation is global so anything added to the cache by uMapper will be cleared on any publish. Even if the node published is not used at all in the page you are calling.
I recommend to not strat using it unless you are working with a few amount of nodes.
is working on a reply...