![]() |
|
more useful options | |
PerlMonks |
Module loading in Strawberry Perl 5.24.0 is slowby znasir (Novice) |
on Nov 11, 2016 at 15:00 UTC ( #1175747=perlquestion: print w/replies, xml ) | Need Help?? |
znasir has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
I am using Strawberry Perl 5.24.0 and I am loading the modules using the "use". For example, use Net::FTP. But module loading is taking a lot of time at compile time. For example, loading the Net::FTP module is taking around 2.44s in total (Below is the call trace which I got by using NYTProf). Can you please let me know that how can I improve the performance at compile time? Thanks! SubroutinesNet::SSLeay::RAND_poll (xsub) (2.29s) IO::Socket::SSL::BEGIN@20 (54.2ms) Net::FTP::BEGIN@32 (42.1ms)
Back to
Seekers of Perl Wisdom
|
|