php-postal icon indicating copy to clipboard operation
php-postal copied to clipboard

Speed up PHP loading by lazy libpostal loading

Open Leopold5555 opened this issue 3 years ago • 0 comments

Functions libpostal_setup_language_classifier() and libpostal_setup_parser() will be run when libpostal is accessed for the first time. This gives a speedup of 3-10 seconds on every php startup.

Leopold5555 avatar Jul 26 '22 12:07 Leopold5555