Good pratices to improve performances !

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
sixbynine
Posts: 93
Joined: 10 Jan 2018, 11:22

Good pratices to improve performances !

Post by sixbynine » 27 Aug 2018, 09:38

Hello,

I'm still testing aimeos in dev mode and it works very well ! Thank you very much for Aimeos, it is an awesome project.

I'd like to use it in production soon.

For the moment, I still encounter sometimes very long time responses.
I.e : adding a product to the basket with JSONAPI can sometimes take 5000 ms !

I'm not sure it comes from a misconfiguration or aimeos itself because my server is not a racing beast.

But anyway, before upgrading my server configuration, I would like to know if there is somewhere a documentation or information about what I need to take care of to publish my aimeos project with the best performances (i.e. caching, etc.).

Thank you very much in advance one more time,

sbn

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Good pratices to improve performances !

Post by aimeos » 29 Aug 2018, 21:22

If basket interactions are slow you should first check your basket plugins and test how long they need to do their job
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

FAB
Posts: 1
Joined: 19 Sep 2018, 00:47

Re: Good pratices to improve performances !

Post by FAB » 19 Sep 2018, 00:52

Hi, same problem here, extremly slowwww. Almost impossible to use. Did you figure out a way to improve the performances?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Good pratices to improve performances !

Post by aimeos » 21 Sep 2018, 12:17

Normally, Aimeos is blazing fast. There's one thing that drastically hurts performance: Please have a look if open_basedir is disabled. Otherwise, the realpath cache is disabled too and this makes Aimeos almost unusable.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply