Chapter 10 · Growth & Consolidation

Performance Evaluation

Growth starts with clarity. Evaluating performance regularly allows you to understand what is working, what is drifting, and where to focus your energy before small issues become big problems.

<div class="mt-10 max-w-2xl">
  <p>
    Performance evaluation is not about reacting emotionally to a bad week. It’s about building a structured view of your business using consistent metrics and review routines that support long-term improvement.
  </p>

  <ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600">
    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Track the Right KPIs.</strong>
        Focus on a small set of indicators: revenue, average check, food cost, labor cost, prime cost, guest count, and customer satisfaction.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Compare Trends, Not Isolated Days.</strong>
        Weekly and monthly trends reveal patterns. Single bad shifts rarely tell the full story.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Turn Insights into Actions.</strong>
        Every review should lead to at least one clear decision: adjust pricing, refine staffing, improve training, or fix a process.
      </span>
    </li>
  </ul>

  <p class="mt-8">
    A restaurant that reviews performance consistently avoids surprises and makes calmer, smarter decisions.
  </p>

  <h2 class="mt-16 text-pretty text-3xl font-semibold tracking-tight text-gray-900">
    A Simple Review Rhythm
  </h2>
  <p class="mt-6">
    Weekly: review sales and labor. Monthly: review margins and guest feedback. Quarterly: reassess strategy and goals. Consistency matters more than complexity.
  </p>
</div>