Skip to content

openmage

Auto Added by WPeMatico

Constant slow queries from OpenMage / Magento 1.9 probably from Layered Navigation

I’m on OpenMage LTS 20.0.6 installation and while the site doesn’t have much data, it keeps getting a lot of high execution queries that seem related to Layered Navigation +—————————-+—————————————————————————————————————————————————————+ | name | value | +—————————-+—————————————————————————————————————————————————————+ | Version | OpenMage… Read More »Constant slow queries from OpenMage / Magento 1.9 probably from Layered Navigation

How to remove fonts.googleapis from magento 1.9?

I have in my theme template file head.phtml, and here is added: <link href=”//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400,600,italic,700″ rel=”stylesheet” type=”text/css”> So question is how to remove it through my template layout local.xml? or maybe another method?