Ask, reply and learn. Join the community of Akaunting.
Hi I have installed the new akaunting app , but it is too slow even on local server.
Is there any solution for that
Hello Mohammad,
I'm sorry but we're not able to reproduce such an issue. You may check your server's resources.
Regards
I also go through this problem and it is almost impossible to use the system. It is clear that the problem is not with the hosting server I have, as other applications of similar complexity work without problems. Can anyone help to increase the performance? "xdebug" is disabled and so is the debug configuration (APP_DEBUG and DEBUGBAR_ENABLED)
I've experienced page loads times over 30 seconds per page. Here's what I've done:
1.) enable compression in .htaccess
I can't post my code here as it gets filtered but any search for htaccess compression should get you pointed in the right direction
2.) adjust server hardware settings
With pages being over 20MB each (!!!?!?!?), you simply must have fast hardware. Verify with your web host that enough RAM is allocated and increase disk IO speed as high as possible. I had mine increased from 1MB/s to 32MB/s and even then akaunting was still slow. No other app has this problem.
3.) Try a different PHP module
Depending on your server, using either PHP-FPM or mod_lsapi should give a performance boost
4.) Disable debug in .env
APP_DEBUG=false
Showing 1 to 4 of 4 discussions