jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

Use ajaxQueue to work on hosting with few resources. #215

Closed jorix closed 7 years ago

jorix commented 7 years ago

To work on hosting with few resources (memory) it is recommended to sequence ajax requests, this avoids simulating requests from a page.

WHY?: We and other cooperative using the same hosting we have seen constant error appeared when loading the Aixada pages. Consulted with the technical service showed the log where says that not can allocate memory, and they recommended that we use a business-pro plan. Avoiding concurrent simultaneous ajax requests the problem disappears completely!

This patch also proposes: