All Activity
- Today
-
Rodwellvhant joined the community
- Yesterday
-
What kind of NVMe SSD you have, what version? I did not tested, but suspect drive can have have huge impact, especially when database is on same drive.
- Last week
-
Optimized configuration for Thirtybees on Orangepi 5 , using Brotli compression: orangepi5config Nginx configuration and documentation for thirty bees e-commerce store on Orange Pi 5. Testing done with 500 test products in database. Hardware Component Specification Machine Orange Pi 5 RAM 8GB Storage NVMe OS Armbian 26.2.0 Bookworm (Debian 12, aarch64) Stack Component Version / Details Nginx 1,31.2 (recompiled with ngx_brotli) PHP 8.3-FPM, 24 workers Database MariaDB, 256MB indob_buffer_pool Cache fastcgi_cache (1GB RAM) + Valkey/Redis Compression Brotli + Gzip Opcache 256MB HTTP/3 Ready in binary, activated in production Performance Apache Benchmark — ab -n 10000 -c 100 -k Configuration Req/sec Latency Failed Baseline (no cache) 271 176ms 0 fastcgi_cache 8 025 12.5ms 0 fastcgi_cache + Brotli 9 630 10.4ms 0 Optimized for 8GB 10 593 9.4ms 0
-
savvato joined the community
-
Warehouse fixes by the community
the.rampage.rado replied to the.rampage.rado's question in Theme help
You got a PM. -
Hi @Pedalman We've added your site, nicely done 🎉 Thank you for your longtime TB usage and your support! Much appreciated! https://thirtybees.com/powered-by-thirty-bees/shops-using-thirty-bees/
-
Hi Does anyone have the creator of Warehouse's email address or contact details? You can DM me with the details, thank you.
-
3.4.0 - 07/06/2026 Module actions (uninstall, upgrade, folder/file and module deletion, orphan database cleanup) now run via Ajax without reloading the page; install still reloads the page (PrestaShop 8/9 requirement) Added a GDPR scenario to anonymize a single customer, with search by name, email or ID New about page with module information, compatibility and feature list 3.3.0 - 01/08/2026 Added an option to regenerate the category tree structure Adding module version management information DataTables library updated to version 2.3.6
-
3.4.0 - 06/07/2026 Les actions sur les modules (désinstaller, mettre à jour, supprimer dossier/fichier et module, nettoyer la base de données orpheline) s'exécutent désormais en Ajax sans recharger la page ; l'installation recharge encore la page (contrainte PrestaShop 8/9) Ajout d'un scénario RGPD pour anonymiser un client individuellement, avec recherche par nom, e-mail ou ID Nouvelle page À propos avec les informations du module, la compatibilité et la liste des fonctionnalités 3.3.0 - 08/01/2026 Ajout d'une option pour régénérer la structure de l'arborescence des catégories Ajout des informations de gestion de version du module Bibliothèque DataTables mise à jour vers la version 2.3.6
- Earlier
-
I don't think the issue lies with the thirtybees system itself; it's likely due to limitations imposed by the hosting provider. There is a lot of potential here. You can find providers offering managed web hosting at a low cost, though performance and quality vary significantly. For a standard-sized online shop, it is generally never necessary to use a VPS or a dedicated server. A dedicated server represents a massive security risk that requires management—something you either need to handle yourself (you need to be a sysadmin with extensive knowledge to do this) or hire someone else to do. >> You'd better focus on your business, not on web servers 🙂 Personally, I have had far better experiences using ready-made hosting packages that offer sufficient performance. Which country are you in, or where do you need/want to host? I’m not a hosting provider myself, of course, but I’d be happy to recommend one or two excellent options where thirtybees runs smoothly with up to 300,000–400,000 products.
-
That sounds like a good system you have there. I'm not sure I'll be needing to do that, I've got about half way with my image uploads since I started on June 23rd, I'll probably just keep it as is. I think increasing the speed of the server would probably help a lot but I'm sticking with a small budget for now.
-
We have a large product catalog and use our own synchronization solution. To handle product images, our solution generates them on our own server instead of the VPS or web hosting environment. It then uploads the images in the required dimensions and formats (webp, avif) to the thirtybees img directory and creates the corresponding database records. This way, we avoid using web host resources for image generation and achieve better image quality and compression. Our solution is currently built for our specific ERP system and environment, but maybe there is some similar solution available for your environment?
-
@PedalmanGenau, das Gesetz fordert, dass du eben keinen normalen Link hast. Der Widerruf muss sich deutlich von anderen Links abheben. Daher die Entscheidung als Button. Deine Idee wäre widerrechtlich. Aber technisch möglich, ja.
-
Ok, thanks for the information and help, I will try these changes.
-
Be extra careful when removing image formats here as every theme creates what is needed during install. Regarding speeding up image generation - if you're generating your images during manual product creation the only way is to increase the speed of your server (buy better VPS/server). If you are annoyed that image creation times out/is slow during product import - simply don't create the thumbnails during the import but later in a dedicated tab while you do other work. The image section got nice rewrite by @wakabayashi but in the end it has to regenerate the files. Also - don't use jpg, it's 2026. Switch at least to webp, avif is even better if your server/php version supports it. BEFORE you switch the image format and regenerate all images - make sure that your theme can work with the new formats. Take inspiration from Niara and see how you can pass the file extension dynamically. Backup, make the change, then regenerate all thumbnails (Images -> Reset status -> Regenerate all). This will not speed up your generation time but will speed your FO performance and speed score if you approach the quality conservatively.
-
stuartml started following Any tips for faster image uploads?
-
Is this under Preferences -> Images ? Currently I have them using jpg and 80 quality, I removed the items from the theme I wasn't using. I'm using the community theme default (see screenshot attached). I did try restarting apache, with no difference noticed.
-
Warehouse fixes by the community
the.rampage.rado replied to the.rampage.rado's question in Theme help
I basically told Codex to use this and that local repo of Warehouse, upgrade FA to 7.2, use the shims and not make any changes to the actual usage of the font in the theme so I can check if the shim layer works. After I saw that the new icons are loading with the old code calling them (FA3 and 4) I asked it to inspect all the theme files and module and swap the code for the new formatting. The old font files light stay for the initial testing and you will have to put the new FO files where they are expected to be (I beleive in 7.2 they must be in /webfonts folder under theme's /css folder). After that the bot will merge the big global.css file with all the glyph mappings in the FA source css (necessary if you don't want to have an additional call to another css), this adds around 11k lines of css. The only issue I think I had was in FO -> My profile section one of the icons was not rendering properly so I had to change it to similar one in the new package. In total, around 2 hours with all the testing -
You've got my attention on the FontAwesome side. If you've got any instruction on what you did and how, I'd appreciate it. I'm running Warehouse on php 8.3 as well.
-
Hi @Smile Thanks for the module and the work you've put into it. I haven't tested it myself yet. Could you perhaps post 3–4 screenshots here—sort of a mini-guide? That way, people could get a basic idea of what it looks like. I’d be happy to do it myself, provided the developers are okay with that. However, I’m using a test shop with a third-party theme, so it wouldn't show the standard theme, and I don't think that would be ideal.
-
Widerrufsbutton
DRMasterChief replied to DRMasterChief's topic in Deutsches Forum - Generelle Fragen
Hi Pedalman, auch wenn ich nicht Entwickler davon bin, denke ich daß das natürlich technisch geht. Gefordert ist ja eine "deutliche Abhebung" vom Rest, die du mit deinem Beispiel aber nicht mehr hättest, das aber nur als Info und dir wird das aber schon bekannt sein. Hier gibt es auch ein offizielles Modul mittlerweile: One-Click Order Withdrawal - Modules - thirty bees forum Was/wo die Unterschiede von beiden Modulen sind kann ich nicht sagen, habe sie noch nicht getestet sondern derzeit ein eigenes im Einsatz. -
Pedalman started following Shops using thirty bees , Widerrufsbutton and Warehouse fixes by the community
-
Danke sehr für das Modul und den Beitrag. Ich gehe davon aus, ich kann auch einfach via textlink, den ich im footer anlege, auf die friendly url verweisen und dann den buttons ausblenden`?
-
Warehouse fixes by the community
the.rampage.rado replied to the.rampage.rado's question in Theme help
Warehouse is not made by Sunnytoo. Regarding the php8 support - I managed to make it run on 8.3 with ChatGPT and Codex lately. Minor fixes but... Even managed to update it's FontAwesome to 7.2 with shim for modules and native usage. -
Just out of curiosity, are you running now an upgraded "Warehouse" theme from Sunnytoo, or something else like Panda or Niara?
-
You can add https://www.gruenes-spielzeug.de/ Running TB since V1.0 😉
-
A keyword in the URL has become pretty useless nowadays. More weight lies in product descriptions.
-
restarting apache2 maybe?
-
Together with uploading the software also generates the derived images (123-small.jpg, 123-large.jpg, etc). This often takes more time than the uploading itself. So you should check which image types you have enabled. Maybe you can reduce their number.