Nick Fedchik Posted August 22, 2012 Share Posted August 22, 2012 I see some performance downgrade on 16943 revision. I did clean reinstall (delete old code and database tables) on my workstation. No any environment changes (database, php or nginx). In backoffice pages open too slow, average Load time about 1.2s-1.6s in compare with 0.4s-0.5s in older revisions in non-caching mode. Anybody can confirm such problem? Link to comment Share on other sites More sharing options...
Dev On Web Posted August 22, 2012 Share Posted August 22, 2012 Hi, Yeah, it's seems that the 1.5 version consume more ressources. The SQL requests are too big in multishop mod and not optimised (multiple IN, see my ticket in Forge here for example). Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 22, 2012 Author Share Posted August 22, 2012 Hi, Yeah, it's seems that the 1.5 version consume more ressources. The SQL requests are too big in multishop mod and not optimised Well, it's normal to consume more resources according to enabled functionality. But I see this clse on a fresh just installed website, no multishop configuration enabled. Speed downgrade in 2-3 times! That's why I pay attention! Link to comment Share on other sites More sharing options...
mexique1 Posted August 22, 2012 Share Posted August 22, 2012 Make some profiling with XDebug to find out what parts are taking the most time, and post in the bugtracker if you find out I haven't run any profiling for a while.. Link to comment Share on other sites More sharing options...
Nick Fedchik Posted August 22, 2012 Author Share Posted August 22, 2012 Make some profiling with XDebug to find out what parts are taking the most time, and post in the bugtracker if you find out I haven't run any profiling for a while.. No sense for me to see debug results without the deep knowledge of code and the factors that rely on page generation, it's developers task. Link to comment Share on other sites More sharing options...
Recommended Posts