Found 205 results for "ui tags"

The search executed in 0.001464074 seconds. That's fast.

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 2.4116092

Gitana 4.0 / Developers / Application Server / Services

Explore comprehensive app server services including Awareness, Notifications, and Web Content Management. Optimize performance with our expert guidance.

Score: 2.3906913

Gitana 3.2 / Guide / Guide / Application Server / Services

Explore our comprehensive range of services including Awareness, Broadcast, Cache, Config, Flow, Insight, and more to optimize your web applications.

Score: 2.387457

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-subcontext

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3170416

Gitana 4.0 / Developers / User Interface Customization / Contexts / document-subcontext

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3170416

Product Releases - Gitana

Product Releases - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate conten

Score: 2.3146646

Gitana 3.2 / Guide / Guide / Features / Behavior

Discover how to implement behaviors in nodes with ease using f:behavior. No configuration needed for this efficient feature.

Score: 2.3093493

Gitana 4.0 / Content Engine / Aspects / Behavior

Implement behavior in your nodes effortlessly; discover script and rule-based solutions without configuration. Get started with our JavaScript example.

Score: 2.3093493

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-mypreferences-context

Manage and customize your preferences with easy access to properties and UI settings, tailored for collaborators and managers.

Score: 2.232058

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-mypreferences-context

Manage and customize your preferences with easy access to properties and UI settings, tailored for collaborators and managers.

Score: 2.232058

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-mypreferences-context

Manage your project preferences with ease. Customize UI, access menus, dashboards, and more for streamlined collaboration and management.

Score: 2.2301369

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-mypreferences-context

Manage your project preferences with ease. Customize UI, access menus, dashboards, and more for streamlined collaboration and management.

Score: 2.2301369

Gitana 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 2.2295475

Gitana 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 2.2295475

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-manage-context

Manage and configure projects effortlessly. Access settings, logs, tools, and collaborate with teams for streamlined project management.

Score: 2.2170107

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-manage-context

Manage and configure projects effortlessly. Access settings, logs, tools, and collaborate with teams for streamlined project management.

Score: 2.2170107

How does Cloud CMS work with a CDN

There are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo

Score: 2.195578

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 2.1924

Gitana 3.2 / Guide / Guide / Application Server / Tags / @fragment

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 2.1527247

Gitana 4.0 / Developers / Application Server / Tags / @fragment

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 2.1527247

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.143853

Gitana 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

Manage your platform efficiently with comprehensive tools for settings, email, logo, themes, deployments, and developer integrations. Ideal for admins and managers.

Score: 2.143853

Gitana 3.2 / Guide / Guide / UI Developers Guide / Samples

Discover essential UI extension samples for developers, featuring configurations, UI modules, views, and custom integration guides.

Score: 2.125497

Gitana 4.0 / Developers / User Interface Customization / Samples

Explore sample configurations for building UI extensions, including items for developer menus and releases, with detailed guides on UI services and modules.

Score: 2.125497

WCM and Caching

In Dust, there is the notion of a context which has a stack running underneath it. As you drill down into tags, a new context is pushed that can write new context variables as well as access previous variables from previous stack frames. What we're doing in cloudcms-server is providing a dependency tracker so that each tag gets to declare the output (the HTML that was generated) and the set of dependencies that it depended on in order to generate the output. As an example, a query might run an u

Score: 2.1115122