in reply to Temp Webpage While Creating Final PHP Webpage

As a side note have you tried to profile your code to find out why it takes long enough to necessitate a 'please wait' page? See Devel::NYTProf. Is there a reason you use perl to generate php rather than just use a modern perl approach such as Mojolicious?

  • Comment on Re: Temp Webpage While Creating Final PHP Webpage

Replies are listed 'Best First'.
Re^2: Temp Webpage While Creating Final PHP Webpage
by bobinyec (Acolyte) on Apr 15, 2020 at 09:38 UTC

    The PHP code is complicated and I didn't write it. Actually, I'm just writing the data that the PHP routine uses. I wouldn't dream of trying to rewrite it in perl.

    Unfortunately, I have streamlined the background code, and it still has a great deal to do including several requests over the internet to go get what it needs.

    Thanks - jb