Can anybody suggest the fastest and best way to create docTypes for Umbraco, I liked uSiteBuilder, but now we are struggling with performance issues. I was looked to uSync+uSiteBuilder but I don't want a lot of packages ) Umbracians, what are you thinking ?
Thank you for your reply, I like uSiteBuilder and we are using latest version with latest version of Umbraco.
But we struggled with performance problems on few our latest projects. A lot of these problems were from excessive using of uSiteBuilder, we tried to use it in all places where we need data from Umbraco. At one of project pages are loading 5 sec ))
We fixed that issue with Html.CachedPartial and rebuilding some logic. But issue still exist, I don't know why exactly, but uSiteBuilder is slower than Umbraco services APi.
Before you start "wasting" your time on code first frameworks I suggest you to watch this presentation Pete Duncason gave at the last Umbraco UK Festival about code first
Thank you very much, I really appreciate your reply. I watched that video, very interesting. But I like to create docTypes via code, it's really convenient and easy to implement.
Maybe we can try to create docTypes with uSiteBuilder, and use strongly-typed data with I think we will try to create docTypes with Ditto ?
uSiteBuilder alternative and best practices
Hi,
Can anybody suggest the fastest and best way to create docTypes for Umbraco, I liked uSiteBuilder, but now we are struggling with performance issues. I was looked to uSync+uSiteBuilder but I don't want a lot of packages ) Umbracians, what are you thinking ?
Thanks
Hi Alex,
Did you try using the latest version of uSiteBuilder? It has been optimized and works quite good with Umbraco 7.
The source is here: https://github.com/spopovic/uSiteBuilder and you can also download it as a NuGet package.
Regards,
Sasa
Hi Sasa,
Thank you for your reply, I like uSiteBuilder and we are using latest version with latest version of Umbraco. But we struggled with performance problems on few our latest projects. A lot of these problems were from excessive using of uSiteBuilder, we tried to use it in all places where we need data from Umbraco. At one of project pages are loading 5 sec ))
We fixed that issue with Html.CachedPartial and rebuilding some logic. But issue still exist, I don't know why exactly, but uSiteBuilder is slower than Umbraco services APi.
Thanks, Alexander
Before you start "wasting" your time on code first frameworks I suggest you to watch this presentation Pete Duncason gave at the last Umbraco UK Festival about code first
https://www.youtube.com/watch?v=Hr1irQ0h5J8
Hi Dave,
Thank you very much, I really appreciate your reply. I watched that video, very interesting. But I like to create docTypes via code, it's really convenient and easy to implement. Maybe we can try to create docTypes with uSiteBuilder, and use strongly-typed data with I think we will try to create docTypes with Ditto ?
https://github.com/leekelleher/umbraco-ditto/releases/tag/0.5.0
Thanks,
Alexander
Did you use https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Zbu.ModelsBuilder ? is it great ?
Are you agree that code-first approach is evil ?
is working on a reply...