You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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