Skip to content
Institute for Sustainable IT GR491 Sustainable design
FR EN

Family Backend |  6 recommendations - 72 criteria

Filters level 1 :

The backend represents the computer translation of business processes, the technical means and data implemented for their use, as well as all the external interactions implemented for their realization.

The Essentials  |  Level *  | Level * *  |  Level * * *

Filtered by:

Backend    ODD#9     ODD#12     ODD#13    

Recommendation Essential

Quality

Is the documentation of the functionality available to enable its reuse ?

Recommendation

Architecture

Do interactions between components benefit from caching mechanisms ?

Recommendation

Data processing

Are temporary files included in the "logrotate" ?

Advice

Data processing

Is the level of logs adapted to the environment ?

Recommendation

security

Is the security implemented justified with regard to the operations carried out ?

Advice

security

Are the versions of the components used tracked and deployed ?

Advice

Architecture

Is an Open Source solution available for the functional need ?

Advice

Architecture

Is there a lighter framework / library that meets the functional need ?

Recommendation

Architecture

Are the browser caches not being blocked by the framework or technology used ?

Advice

Performance

Is the web server used asynchronous and multi-threaded ?

Recommendation

Performance

Does service availability require redundancy ?

Advice

Performance

Is a VM necessary as opposed to a container solution ?

Recommendation

Performance

Are unused resources freed up as quickly as possible ?

Advice

Performance

Has the integration of asynchronous processing been evaluated ?

Advice

Performance

Is the user informed of a processing in progress in the background ?

Advice

Performance

Can dependencies be reduced by using an alternative component ?

Advice

Performance

Has the dependency tree of the integrated components been evaluated ?