My App is slower after converting

I have a codeigniter app and created exe file for it using ExeOutput, but the is work slower
is there any thing i should do to to make it run faster, notice that I’m using the free edition of ExeOutput
Thank you

Maybe you should try to keep the framework files external (outside the EXE file). This will be faster since files are already on the disk and not to be unpacked to memory.