performance - cakephp website confusing load times -


i have website uses cakephp 1.3.10. cakephp app it's pretty big, not in amount of models or controllers (like 5 of each), in amount of plugins. use plugins places of website users can access (or can't access) depending on if have logged in or not (well there's more reasons, it's not important now, it's how works). use global auth component in app_controller.php

my issue following: i've noticed website getting slow when trying access of pages of plugin (when accessing "home" page - not in plugin - good).

the thing going run performance tests figure out what's going on. decided create website, 1 described, difference removed plugins exception of one.

amazingly (for me), when access 1 of pages of plugin didn't delete, goes super fast, should go.

so question is: number of plugins have direct impact on loading times of page inside plugins? there way "fix" this? or coincidence , else going on missed?

thanks in advance advise!

reducing amount of files , folders of application has increased load times. don't know relation between amount of files/folders , loading speed in cakephp, it's fact, @ least in website.

i've changed cake installation advanced installation (as explains in cakephp boo) have files more spread out in different sub-apps, instead of having 1 huge app, , has helped lot!


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -