In Our servies of blogs related to Magento speed optimization. In this blog, we will discuss about MySQL queries and its role in site speed.
we have optimized many Magento websites. What we see is that if Magento templating and coding or extension selection is not done properly then site ends up executing 2000 plus queries per page. A well done Magento site page without FPC should not take more then 300 queries and with FPC
not more than 100 queries.
To achieve this developers should give thoughts to make sure blocks are cached. In case of FPC they should make sure there are very few containers and containers should be delivered most of time without initializing application.
MySQL queries are not a big issue if there is less traffic but as traffic increases these queries might result in lots of load on MySQL server which in turn might result in slower MySQL responses and higher page load time.
It has been observed that under such circumstances development companies request website owners to add additional server & do load balancing or they request website owners to upgrade hosting plans.
Contact us and we will do a free analysis on this point for your site. In 90% case that we have reviewed. We have found that there is a good scope for optimization.
Please check our Main Service Page of Magento Speed Optimization
The post Magento speed Otimization – My SQL Queries appeared first on OSCprofessionals.