Jonathan

Results 11 comments of Jonathan

1) I would recommend to set this config export DOT_CIRCUIT_BREAKER_MAX_CONN_TOTAL=3 This will create a pool with just 3 connections. 2) Then start the local instance 3) Create a Page that...

Results of the stress test: ``` With export DOT_REFRESH_BLOCK_EDITOR_REFERENCES=false 1- (Clean Cache) Request a contentlet with Block Editor including 2 contentlets, time: 57 ms 2- Request the #1 again (should...

The summary analysis the performance penalty is about: 8% extra in the worst case. However the point 4 vrs 8 (which is when everything is cache) has the same time....

[PR](https://github.com/dotCMS/core/pull/23010/files)

In order to make it works you have to: 1) create a content type with categories 2) create a workflow action (velocity script actionlet) ``` #set($parentCategory = $categories.getCategoryByKey('ageOrGender')) #set($cats= $categories.getChildrenCategories($categories.getCategoryByKey('ageOrGender')))...

> This test must be included in MainSuite Done

In order to test you can create a container and a couple site vars, such as this ``` $title on container: $host_variable.onevar $host_variable.secondvar ``` You should see the vars translated...

> @erickgonzalez @jdotcms I wonder if the missing timezones are why the TimeZone startup task was not adjusting the offsets correctly? @wezell I am not sure if it is the...

Add the ability to include relay state