in reply to Re^4: Slow startup on raspberry pi
in thread Slow startup on raspberry pi

It's not a simple Perl script your modules are using other modules which in turn use other modules ...

And at least one of them is either doing heavy initialization or IO accessing.

Reprogramming it in C won't help much.

But learning how to use the NYT profiler and identifying the bottleneck is far more efficient.

Cheers Rolf

PS: Je suis Charlie!