Search found 44 matches

by michal.fehér
06 Jul 2018, 11:09
Forum: Laravel package
Topic: Slow product detail with 400 variants
Replies: 12
Views: 5439

Re: Slow product detail with 400 variants

in 2018.04 it takes around 17s which is much less but still a lot. this amount of variants is not that unusual in real world. having 3 variant attributes with 7 different options is quite common in our industry. any idea how we could improve this? loading it dynamically instead of locking the whole ...
by michal.fehér
06 Jul 2018, 10:53
Forum: Laravel package
Topic: product images lost after saving in 2018.07
Replies: 4
Views: 1962

Re: product images lost after saving in 2018.07

Thanks for the tip, I found out that default php.ini max_input_vars value (1000) was not enough when saving product with more variants. Increasing the value solved the problem.
by michal.fehér
05 Jul 2018, 20:10
Forum: Laravel package
Topic: Slow product detail with 400 variants
Replies: 12
Views: 5439

Slow product detail with 400 variants

Hi. Is it normal that it takes 28 seconds on average to load product detail in admin that has 400 variants? When I click the product, the detail is displayed immediately but the variant tab is shown only after 28 seconds.
other products with around 20 variants are OK.

Thanks.
by michal.fehér
05 Jul 2018, 20:06
Forum: Laravel package
Topic: product images lost after saving in 2018.07
Replies: 4
Views: 1962

Re: product images lost after saving in 2018.07

no, it's not in DB anymore. before that I could see images in frontend, after saving I can only see Aimeos logo
by michal.fehér
05 Jul 2018, 17:15
Forum: Laravel package
Topic: product images lost after saving in 2018.07
Replies: 4
Views: 1962

product images lost after saving in 2018.07

Hi, I am using s3 storage for images (Digitalocean space). But when I save the product, even without doing any changes, product images are blank.

Any idea why this is happening?
by michal.fehér
28 Jun 2018, 04:49
Forum: Laravel package
Topic: Admin javascript bug
Replies: 3
Views: 1543

Re: Admin javascript bug

Perfect! :) Thanks
by michal.fehér
27 Jun 2018, 09:48
Forum: Laravel package
Topic: Admin javascript bug
Replies: 3
Views: 1543

Re: Admin javascript bug

PHP 7.2.4, environment Mac (Valet)
by michal.fehér
27 Jun 2018, 09:47
Forum: Laravel package
Topic: Admin javascript bug
Replies: 3
Views: 1543

Admin javascript bug

Hi. When I am in product detail in admin and I want to edit Images section, after submitting it redirects me to /admin/default/jqadm/get/product/4?lang=sk&act=save#image but it want switch to Images tab, it stays at first tab (Basic tab). Also this section looks a bit different than yours in dem...
by michal.fehér
21 Jun 2018, 11:51
Forum: Help
Topic: Retrieve the category of a product
Replies: 8
Views: 9592

Re: Retrieve the category of a product

And what about extending functionalities in general? The other day I wanted to create method that would return supplier name by product. I want to use this method across the whole app, for example in custom lib, services, plugins etc. Extending the manager or item seems like an overkill for this, so...