Skip to content

Recommendations History

❗By default this feature is disabled. To enable it set the PLT_FEATURE_CACHE_RECOMMENDATIONS to true. Enabling features.

Every 24 hours a cron job will run an analysis on your applications and will look for optimizations based on telemetry.

The algorithm may suggest moving, duplicating, or refactoring a service inside your applications.

The first button on the sidebar opens the Recommendation History page where you can see all recommendations that have been generated.

Recommendations history page

Clicking on View Recommendation will open the recommendation detail

Recommendation detail view

On the left pane there is a list of steps that you should take to optimize your application.

The services that need refactoring are highlighted in blue.

From the header you can choose which action to take for the current recommendation

Recommendation actions

  • “I will work on it” will change the status to in_progress .
  • “Skip this recommendation” will change the status to skipped .

Recommendation skipped status

Recommendation in progress

When the recommendation is in_progress you can abort or confirm it.

HTTP Cache Recommendations