Hi Luca, I am from the consulting team and I was cc'ed on essay reply to OpenText support.
In short, the performance hit almost unnoticeable (+0.5 second to regular response) to WOW something changed (+1.5 second to regular response). Long answer, we have data, but the data most like inapplicable to any real world projects because the following server configurations and project configurations influences the results: - Data type (MSSQL vs Oracle, MSSQL is prefered) - The hardware that powers the CMS environment (multi core CPU, 4+ GB of memory) - optimization of the CMS application and OS environment (PLEASE don't follow an publicly available white paper, it is outdated and does more harm than good) - Is preexecution used in the project? ASP? C#? If C#, expected slightly more delay. - Is RDExecuting used in the project? ASP? C#? If C#, expected slightly more delay. - How are assets stored in the project? In a local file system? As part of the project database (if so, slightly more delay)? - Is navigation manager used in the project? How is it used? - What is average size (KB) of an average page. 10KB? 100KB? 300KB? - How many pages are in the project? More pages, more DB rows, longer SQL queries. - How many elements are there per page? More elements, more DB rows, longer SQL queries. - How many current users are there to actively click from page to page? SmartEdit? Page preview? Publish? These are just some of the project specific questions that I can think of right now, but it should offer some ideas about the complexity of question. Short answer again: +0.5 to +1.5 seconds. Best, -Jian On Thursday, March 7, 2013 2:49:37 PM UTC-5, Luca Loguercio wrote: > > Hi, > > Does anyone use SSL/HTTPS with RedDot CMS? If so what kind of > performance hit do you take? OpenText said they don't have any data. > > Thanks, > > Luca > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
