openfoodfacts/openfoodfacts-server

Perl code profiling and mod_perl memory leaks tracking and debugging

Open

#1,796 opened on May 23, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Perl (236 forks)batch import
Perlhelp wantedinfrastructure🎯 P0🚅 Performance

Repository metrics

Stars
 (477 stars)
PR merge metrics
 (Avg merge 15d 21h) (157 merged PRs in 30d)

Description

What

  • We have not done any profiling of the Perl code of the server, it is very likely that there are performance issues that we could solve, if we find them. Same for memory leaks: our mod_perl process grow very big very fast. There are a number of tools for Perl code profiling and memory usage tracking that we could try to find.
  • This bug is to list our experiments and what we find.

Part of

  • #8764

Contributor guide