---
title: "Performance Optimization on JSM Directory"
slug: "performance-optimization-on-jsm-directory"
updated: 2026-01-30T05:23:51Z
published: 2026-01-30T05:24:26Z
canonical: "zenoplesupport.aqore.com/performance-optimization-on-jsm-directory"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://zenoplesupport.aqore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Performance Optimization on JSM Directory

This feature enhances the performance and responsiveness of the Job Schedule Management (JSM) directory within Zenople by Aqore. The optimization focuses on refining how data is retrieved and filtered through stored procedures (SP), ensuring users experience faster load times and improved efficiency when managing job schedules.

This improvement applies for both Day and Week Views in the JSM Directory for both Grid and Card Views.

### Previous Functionality

**Day & Week View**

- Displays all active Jobs regardless if there is a schedule associated or not.
- Major issue: **system was slow because every query loaded every job**.

### Improved Functionality

**Day & Week View**

- Now only displays:
  - Jobs with schedules within the 8-week window (last 4 weeks or next 4 weeks (based on user selected AP).
  - Jobs created within the defined 8-week window (last 4 weeks or next 4 weeks (based on user selected AP).
