Is there a downside of running too many Symfony applications for 1 website?
Posted
by
gentrobot
on Programmers
See other posts from Programmers
or by gentrobot
Published on 2012-09-07T14:30:09Z
Indexed on
2012/09/08
3:48 UTC
Read the original article
Hit count: 214
optimization
|Performance
Recently I got access to a Symfony 1.2 project which is for just 1 website, but with too many applications. In the past, I have developed websites but with not more than 2 or 3 applications. The cross-application links are achieved by passing the full URL to the 'href' attribute.
Since the site is still working absolutely fine, my question is will having too many front controllers (approximately 25-30) hamper the performance of the website? Should I just try to create Cross Application Links or put an additional effort in combining similar applications (I guess almost all of the site's frontend part) into 1 application but different modules ?
© Programmers or respective owner