Jobleads Releases Review (24.35 - 24.36)
Infrastructure Team
Batchjob processing speed
Problem: OPCache was disabled on stage and prod for CLI. During the acquire phase, we made multiple unnecessary requests.
Solution: OPCache was enabled, and a query cache was implemented.
Results: Lower load on backed servers.
Remove of mail body cleanup process
Problem: A few weeks ago we disabled mail body storage if mail can be sent immediately. The cleanup process becomes obsolete.
Solution: The process was removed and the config was adjusted.
GeoIP import structure adjustment
Problem: Localization to IP mapping provider changed data format without warning and we couldn't import new data.
Solution: Import was adapted to new structure.
HTTP cache via Varnish for job search service
Problem: We have Varnish for classic XMP, which strongly improves average response times. This could improve job search service response times as well.
Solution: Varnish is shared between classic XMP and job search service.