M
M
magary42016-08-04 21:47:18
symfony
magary4, 2016-08-04 21:47:18

What should be avoided?

I once read that annotations greatly slow down the application. is it true?
and what should be feared when writing code in symphony?
what and in favor of what should be abandoned if the task is to write a productive web application?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2016-08-04
@OnYourLips

I once read that annotations greatly slow down the application. is it true?
No.
Incorrect understanding of business tasks.
what and in favor of what should be abandoned if the task is to write a productive web application?
Performance is the goal of architecture.

A
Alexey Skobkin, 2016-08-05
@skobkin

I once read that annotations greatly slow down the application. is it true?

No. They are cached just like YAML and XML. Moreover, they are recommended in Symfony Best Practices . I recommend reading it in its entirety .
and what should be feared when writing code in symphony?
what and in favor of what should be abandoned if the task is to write a productive web application?

Too abstract questions, sorry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question