I have written the website in perl CGI script. I found that the perl CGI was taking some time to load. After it loads it only takes few milliseconds to finish. So I understood that the problem was only in loading all the modules (use libraries or modules).
So I removed all the use libraries/modules and then loading time reduced immensely. I cant remove these use libraries and even a single use library increases the load time immensely.
I would like some help/suggestions to fix this issue.
Thanks.