All Projects → adobe → aem-dispatcher-experiments

adobe / aem-dispatcher-experiments

Licence: Apache-2.0 license
Experiments to demonstrate the impact of the Dispatcher and it's configuration parameters.

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
Less
1899 projects
typescript
32286 projects

Projects that are alternatives of or similar to aem-dispatcher-experiments

burp-aem-scanner
Burp Scanner extension to fingerprint and actively scan instances of the Adobe Experience Manager CMS. It checks the website for common misconfigurations and security holes.
Stars: ✭ 60 (+46.34%)
Mutual labels:  dispatcher, aem, adobe-experience-manager
aem-docker-getting-started
Getting started guide for development with Adobe Experience Manager and Docker.
Stars: ✭ 38 (-7.32%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-wcm
Extensions for AEM authoring and AEM applications.
Stars: ✭ 17 (-58.54%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-tooling
Tooling for Maven and IDEs.
Stars: ✭ 12 (-70.73%)
Mutual labels:  aem, adobe-experience-manager
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (-36.59%)
Mutual labels:  aem, adobe-experience-manager
webinar-dispatchercache
Sample code and configurations to support a webinar showing how to optimize dispatcher caching with Adobe CQ.
Stars: ✭ 48 (+17.07%)
Mutual labels:  dispatcher, aem
aem-clientlib-async
Create AEM clientlibs that can output 'async', 'defer' and 'onload' attributes on your HTML script elements.
Stars: ✭ 45 (+9.76%)
Mutual labels:  aem, adobe-experience-manager
wcm-io-caconfig
Context-Aware Configuration for AEM applications.
Stars: ✭ 16 (-60.98%)
Mutual labels:  aem, adobe-experience-manager
gradle-aem-multi
Example Multi-Module AEM application built by Gradle Build System
Stars: ✭ 31 (-24.39%)
Mutual labels:  aem, adobe-experience-manager
aem-osgi-annotation-demo
Demonstrates OSGi Declarative Services Annotations along side Felix SCR Annotations.
Stars: ✭ 42 (+2.44%)
Mutual labels:  aem, adobe-experience-manager
aem-touch-ui-validation
AEM Touch UI Validation Library
Stars: ✭ 40 (-2.44%)
Mutual labels:  aem, adobe-experience-manager
Aem Links
Adobe Experience Manager links, cheat sheets and solutions to common problems.
Stars: ✭ 254 (+519.51%)
Mutual labels:  dispatcher, aem
aem-akamai-replication-agent
How to create custom replication agents in AEM using Akamai as an example.
Stars: ✭ 33 (-19.51%)
Mutual labels:  aem, adobe-experience-manager
openvpn-shapeshifter
This script will automatically guide you to install and configure your OpenVPN server with Shapeshifter Dispatcher (obfuscation) which will allow you to bypass the DPI blockage on OpenVPN. This setup will offer the users the freedom to choose between regular OpenVPN connection or obfuscated one, they actually can use both! OpenVPN is the VPN pro…
Stars: ✭ 59 (+43.9%)
Mutual labels:  dispatcher
atomic-state
Atomic State is a state management library for React
Stars: ✭ 15 (-63.41%)
Mutual labels:  dispatcher
kafka-elk-docker-compose
Deploy ELK stack and kafka with docker-compose
Stars: ✭ 78 (+90.24%)
Mutual labels:  apache2
aem-react-editable-components
SPA React Editable Components for Adobe Experience Manager
Stars: ✭ 43 (+4.88%)
Mutual labels:  aem
cookbook-cq
Chef cookbook for Adobe CQ (aka AEM)
Stars: ✭ 20 (-51.22%)
Mutual labels:  aem
aemscan
Adobe Experience Manager Vulnerability Scanner
Stars: ✭ 161 (+292.68%)
Mutual labels:  aem
aem-sass-compiler
Enable Sass support for AEM
Stars: ✭ 48 (+17.07%)
Mutual labels:  aem

AEM 6.5 Dispatcher Experiments

This repository contains a collection of Dispatcher experiments in take-home lab format. The content is intended for intermediate to advanced AEM developers and customizers.

Goal

The goal of these experiments is to raise awareness about the Dispatcher, and provide a project for test driving its feature set.

Non-Goals

This repo does not attempt to prescribe a one-size-fits-all configuration for the dispatcher. Due to the myriad use cases that AEM supports, it would be impossible to do so. Instead, pick and choose concepts from the below experiments and try them out on your project.

Getting set up

You will need the following SDKs, tools, and apps installed to work through the experiments:

You will also need a local AEM author/publish/dispatcher setup:

You will need to install the AEM project code contained in aem-project/ on your local author and publish instances:

  • Ensure your Maven settings.xml file includes a profile for the Adobe Maven Repository
  • Build and install the project code on your local author and publish:
cd aem-project/
mvn -PautoInstallSinglePackage -PautoInstallSinglePackagePublish clean install

Ready? Confirm by checking:

  • And, the dispatcher docroot (cache directory) should contain a static copy of this page:

Experiments

1. Effect of Re-fetching Dispatcher Flush

In the HelpX article Optimizing the Dispatcher cache, the concept of "Re-fetching Dispatcher Flush" is introduced. This experiment shows the impact.

⇨ Effect of Re-fetching Dispatcher Flush

2. Effect of a /statfileslevel greater than 0

The configuration included in the dispatcher download contains a /statfileslevel set to 0. This experiment demonstrates the performance impact that can be achieved by increasing this value.

⇨ Effect of a /statfileslevel greater than 0

3. Effect of an /ignoreUrlParams allow list

Configuring /ignoreUrlParams in an allow list manner is important to improve your cache hit ratio, which in turn can save your publish tier from unnecessary content rendering.

⇨ Effect of an /ignoreUrlParams allow list

4. Effect of the /gracePeriod setting

gracePeriod is a relatively new feature which can reduce spikes in load when a number of cache invalidation events occur in quick succession.

⇨ Effect of the /gracePeriod setting

5. Effect of /enableTTL

Dispatcher versions 4.1.11 and greater can be configured to respect a time-to-live (TTL) based content "timeout". Use this experiment to see how it works.

⇨ Effect of /enableTTL

6. Use of the Dispatcher Optimizer Tool

A tool has been created to:

  • read (parse) a Dispatcher and Apache Httpd configuration
  • output detailed parsing errors
  • create a report indicating areas where the best practices were not followed

The tool can be run on any Dispatcher configuration, and optionally an associated Apache HTTPD configuration.

⇨ Running the Optimizer Tool

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].