Skip to content

v0.5.3

Choose a tag to compare

@Yabuku-xD Yabuku-xD released this 19 Mar 02:30

Changed

  • standardized Companies, Offers, and Jobs to 10 items per page

Fixed

  • added next-page and previous-page prefetching plus non-blocking page transitions on the main paginated pages so Next and Previous feel much faster once the current page settles
  • optimized the Companies directory query by replacing heavier related-count joins with company-level subqueries
  • trimmed the Jobs list query and replaced the expensive salary-record join count with a cheaper company-level subquery to reduce page-fetch overhead while preserving ranking signals

Verification

  • docker compose exec frontend npm run build
  • docker compose exec backend python manage.py check
  • API verification confirmed page 1 returns 10 results for Companies, Offers, and Jobs
  • browser verification confirmed warmed pagination transitions on Companies and Jobs complete quickly after prefetch