Forum > General
Compiled programs run slowly
Pe3s:
What could be the reason why programs run slowly?
Thaddy:
Too much debug info. Compile as release.
Pe3s:
compiled as released.
Lazarus 64 bit 2.0.12, FPC 3.2.0
Martin_fr:
Depends a lot on your program...
Try to run your program outside the IDE. Does the speed change? (That is more than 1 or 2 percent).
If it is (more or less) same as slow, then your code is 99.9% likely doing something that takes that much time. Or calling something that does. In that case, show the code (if you can / are permitted)
Pe3s:
Program running outside IDE, DatabaseSQLite with one table and SQLite.dll
Navigation
[0] Message Index
[#] Next page