1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/manual/docs/en/improving-performance/introduction.txt
2007-10-17 21:16:49 +00:00

4 lines
431 B
Plaintext

Performance is a very important aspect of all medium to large sized applications. Doctrine is a large
abstraction library that provides a database abstraction layer as well as object-relational mapping.
While this provides a lot of benefits like portability and ease of development it's inevitable that this
leads to drawbacks in terms of performance. This chapter tries to help you to get the best performance out of Doctrine.