Jump to content
thirty bees forum

moy2010

Members
  • Posts

    126
  • Joined

  • Last visited

Posts posted by moy2010

  1. Thirtybees handles products with options with its combinations system. It's not exactly the same functionality as the one from Magento, but a few things can be achieved with it.

    It would be awesome if we had something like it, it has been requested several times.

  2. As @mdekker , I was considering AMP for my e-commerce site but soon realised that doing so would mean to AMP-everything, which goes against pretty much every other web technology out there.

    Do you want to have your own amazing web content manager, an awesome menu and advanced e-commerce search (like Thirty-bees' Elastic Search Project)? You better forget about all of that. Nothing will work. NOTHING.

    I decided to take a different approach and optimize everything on my Thirty-bees store to reach a sub-second page load time, and optimize it even further for mobiles. I.e.:

    • Reduce the DOM size. Doing so will allow slower clients (such as mobiles) to render your Thirty-bees store faster
    • Reduce your amount of JS code. The JS code in Thirty-Bees is interpreted by the client (your visitor's device's browser) unless you decide to go with a server-side JS option such as Node.js. This is directly related with the previous point of the DOM size, since JavaScript has to traverse it.
    • Reduce the amount of fancy CSS animations and transitions. These give extra-load to the browser for rendering, compositing and painting everything on the screen. Since a mobile has a very limited amount of resources, this impacts directly on the website rendering performance.
    • Use a full-page cache option, Thirty-Bees has many of them in the Performance section.

    And the list could go on and on and on, but I guess you get the idea.

    I prefer to personalize my store with the technologies that I love. Google's AMP was against everything I've learned and loved about web development.

  3. This feature has been requested to be included in ThirtyBees. If you can't wait, there's a paid module that achieves this:

    https://www.presta-module.com/en/3-prestashop-addons/8-sales/9-advanced-pack.html

×
×
  • Create New...