Jump to content

addshoppers module make TTFB very slow


Recommended Posts

when i try PS 1.5.0.17 with Addshoppers modules enabled, TTFB is very slow, about 7s,

i try to tune in performance, server, even enable the eaccelerator,CDN , its still same, then i disable Addshoppers, my shop like lightning fast. anybody know how to fix it ? since its already clear the problems on Addshoppers module?

Link to comment
Share on other sites

  • 3 months later...

also the picture of product didnt show in the facebook

 

my website

http://www.sttikup.c...du-artwork.html

 

Hi Numpaque,

 

Try adding Product Schema code to your page -- we'll pick up product image, name, price, and description. Copy and paste the code for PrestaShop found here to your product.tpl template (where you installed the button code).

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Hi

 

I'm trying to install this with the manual instructions on your site, but the social analytics code makes my footer & right column on product page disappear if I paste it into my footer.tpl file before the < / body > tag. I'm not sure how to fix this. Can you help?

 

I'm using PS 1.4.7.3

 

Thanks!

Edited by peanut (see edit history)
Link to comment
Share on other sites

Hi

 

I'm trying to install this with the manual instructions on your site, but the social analytics code makes my footer & right column on product page disappear if I paste it into my footer.tpl file before the < / body > tag. I'm not sure how to fix this. Can you help?

 

I'm using PS 1.4.7.3

 

Thanks!

 

Hi peanut,

 

I think you made a ticket at our help site and I responded there, but I will copy my response here as well:

 

Try wrapping your Social Analytics with {literal} tags. So:

 

{literal}

YOUR SOCIAL ANALYTICS CODE HERE

{/literal}

{

 

Please let me know if you need help with anything else :)

  • Like 2
Link to comment
Share on other sites

Hi Numpaque,

 

Try adding Product Schema code to your page -- we'll pick up product image, name, price, and description. Copy and paste the code for PrestaShop found here to your product.tpl template (where you installed the button code).

 

thank you now the image and product info appears in Facebook's wall when share any product with the addshoppers buttons

 

copy in Product.tpl

 

PrestaShop

<div itemscope itemtype="http://schema.org/Product" style="display: none;">
<span itemprop="name">{$product->name|escape:'htmlall':'UTF-8'}</span>
<span itemprop="description">{$product->description|escape:'htmlall':'UTF-8'}</span>
<img itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}"/>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
	<span itemprop="price">{convertPrice price=$productPrice}</span>
</div>
</div>

  • Like 1
Link to comment
Share on other sites

Hi peanut,

 

I think you made a ticket at our help site and I responded there, but I will copy my response here as well:

 

Try wrapping your Social Analytics with {literal} tags. So:

 

{literal}

YOUR SOCIAL ANALYTICS CODE HERE

{/literal}

{

 

Please let me know if you need help with anything else :)

 

Thanks! This did the trick.

Link to comment
Share on other sites

×
×
  • Create New...