bugauto, on Apr 2 2005, 03:41 AM, said:
I installed this contribution and it is much better then the meta tag controller because it's all dynamic mostly which is what I wanted.
I noticed though that the first time I go to a product page or any page for that matter, it tends to load very slow. Why does it do that? It did not load that slow before I had this contrib installed.
My second issue is the shop name in the title tag after the product name. I only want the product name and it's model number in the title. How do I get rid of the shop name in the title for the product pages?
Thanks,
Mike
<{POST_SNAPBACK}>
Mike,
There could be many reasons that it might be slower...
Server
myql
php version etc.
It is running queries to get the dat so there is more work to load a pgae and if you have have alot of products and cats it will take long.
How many do you have?
That is why I built in a cache option to it so there was not the added queries on page load.
Look around line 127 for :
$metatitle.=$title .' '.STORE_NAME;
that is where the store name is loading for the product_info pages.
you can comment that line.
Chris
How many Prods and Cats do you have?
What are your server specs?