Jump to content

becici

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    Milan
  • Activity
    Developer

becici's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. This is mine, it works PUT ...../api/stock_availables/ <?xml version="1.0" encoding="UTF-8"?> <prestashop xmlns:xlink="http://www.w3.org/1999/xlink"> <stock_available> <id>64</id> <id_product>25</id_product> <id_product_attribute>0</id_product_attribute> <id_shop>1</id_shop> <id_shop_group>0</id_shop_group> <quantity>2400</quantity> <depends_on_stock>0</depends_on_stock> <out_of_stock>2</out_of_stock> <location></location> </stock_available> </prestashop>
  2. Hi HesZel, The same for me. If you try to delete AND p.id_product IN ( SELECT id_product FROM ps_category_product cp INNER JOIN ps_category c ON (c.id_category = cp.id_category AND c.nleft >= 153 AND c.nright <= 248 AND c.active = 1) ) It goes faster but not fast enought. The big problem is not the query, but that is not cached. Did you find out evidence that Presta is caching that query? or that is caching the layered in cache folder?
  3. Hi All, We are using Prestashop 1.6 and works ok. We arrived to have first byte in 350-600ms after site is cached first time. The problem happen when afternight or even after one hour, try to reload the page for first time, it takes 20 seconds like it's regenerating the cache. How can say to PrestaShop to use always that cache for days, not for hours? Where is the Cache expiration time or similar? Ps. We are using OpCache and not memcached, but is not OpCache variable, we tested a lot. (FIXED) = The problem was the Cache Expire value inside smartyclass.php file. Was setted in 1hour and is too low for me.
  4. The problem was a bug inside autoloader.php, i've updated my second platform from github and all worked well.
  5. Hi, I have 2 sites. The second one have a config loading time 10x of the first. First is about 150, second about 459 (see attached screenshot) I can't undertand how i can manage and optimize this particular thing, i've tried all.
  6. Ciao Innavoig, Penso tu possa farlo esportando i tuoi prodotti. C'è però da dire che Add2Cart che è basato su Magento è una piattaforma completamente diversa da prestashop, è per pro user, per questo a qualcuno risulta ostica, come Magento del resto, entrambi potentissimi. Quindi stai attento perchè non è detto che tu ti possa trovare subito a tuo agio con prestashop.
×
×
  • Create New...