Commented Feature: Feature request: Make url transformation pluggable [1075]
As it is today, there are two built-in methods for handling url-generation based on datatype ids. One is the ~/page(id) and the other is ~/media(id), which will be expanded to human readable and SEO...
View ArticleNew Post: Automatically deleted data won't disappear from the tree
Hello, I came across an issue with Composite C1 and haven't managed to find a solution. To keep it short, I have two datatypes, one is stores and the other is products. Every product have a field to...
View ArticleNew Post: Automatically deleted data won't disappear from the tree
Hi! Can I ask you a few questions please? I am trying to rerpoduce this issue.What is your Composite C1 version?Is the website SQL or XML based?Are you referring to Global data types?Are you working...
View ArticleNew Post: Twitter Feed Aggregator
Hi! Twitter Feed Aggregator doesn't use OAuth. It uses simple Twitter Search API Unless something changes in the Search API, Twitter Feed Aggregator should continue to work just fine :) /Vitaly
View ArticleNew Post: Why is Composite C1 so outstanding in performance?
Could someone briefly explain why (technically/architecturally) Composite C1 is so outstanding in performance? I am a Java and Drupal developer. I am evaluating Composite C1 as our possible CMS. I did...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
Could someone explain why (technically and architecturally) Composte c1 is so great in performance? I am a Java and Drupal developer. I am evaluating Composte c1 as our possible CMS. I did a number of...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
1) Unlike some of the other systems, the data model is quite simple, so in most of the cases to get the necessary data there's no needed to build complex queries that join 3+ tables. 2) Simple queries...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
Thanks for your input. These are excellent points. Cheers!
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
A big part of the story is also that asp.net full page caching is active by default - this is most likely what makes the load tests seem so incredibly good. While you are logged in to the C1 Console...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
Thanks so much for all the info. It appears that composite c1 is well designed. It makes sense that full page caching is active by default and it is possible to disable caching on page or feature...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
May I know how to disable full page caching in Web.config? Thanks.
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
Per default you would find something similar to this in your web.config. Just set the duration="60" to "0"<caching> <outputCacheSettings> <outputCacheProfiles> <add name="C1Page"...
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
burningice, I disabled the cache as you suggested. The response time, cpu usage, memory consumption is still way better than Orchard 1.6. Thanks!
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
@mddc should you ever turn the data you get from this into a blog post I'd love to read it. Interesting comparisons.
View ArticleCreated Issue: UserGroupBaseConfiguration package installation error [1635]
Working with the latest full source download and running setup with MasterPages, the second package throws an error in the installation process. The BaseConfiguration.zip package installs without issue...
View ArticleCommented Issue: UserGroupBaseConfiguration package installation error [1635]
Working with the latest full source download and running setup with MasterPages, the second package throws an error in the installation process. The BaseConfiguration.zip package installs without issue...
View ArticleNew Post: Blog package RSS Feed
Hello, I've noticed that the Blog package doesn't offer a RSS feed - which is pretty standard for any blog imho. I'm quite new to Composite C1 and I'm wondering how to implement a function that would...
View ArticleNew Post: Blog package RSS Feed
Hi! Please open http://www.composite.net/Add-on-Market/Packages/Composite.Community.Blog/UserManual and scroll down to the "Using the RSS feed" section. /Vitaly
View ArticleNew Post: Why is Composite c1 so outstanding in performance?
Yeah, simple data layer must be one of the key points. Its basically just rows with a number of columns, stored in either Xml or SQL Database. It makes reading and writing super fast, and forces the...
View Article