Faster execution time

Hello,

I’m trying my best to make my app the fastest app possible, I check over the forum, and found a comment from support to keep my files outside in a DATA folder.

I want to make a single EXE for easier mobility, but since I have many icons, I was wondering if it is faster to generate the icon part of the MySQL data through a BOB column when I need to “get” the icon, or to load the png file.

Best regards,
Stephanie

Of course, using PNG will reduce the number of PHP requests and will improve the speed of your app.