VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: roman5527 on November 04, 2020, 14:56:53 PM

Title: Virtuemart admin very slow load
Post by: roman5527 on November 04, 2020, 14:56:53 PM
Hi, i have problem with very slow load categories and products in virtuemart admin .
When i click to categories in admin menu Virtuemart i waith 5 - 10 minutes until they appear to me categories or products.
i have 2951 categories .
can i fix this problem thanks.

I have Joomla 3.9.22 and VM 3.8.4 10335
Title: Re: Virtuemart admin very slow load
Post by: Jörgen on November 04, 2020, 15:38:30 PM
That is a lot of categories-

When started this ?

New install ?

New plugin or extension ?

Added categories and extensions ?

Php version ?

Jörgen
Title: Re: Virtuemart admin very slow load
Post by: stAn99 on November 04, 2020, 15:45:29 PM
i suggest to try:
- disable sql optimize queries in VM config (as this does updates while there is heavy selects at frontends)
- switch all VM tables to InnoDB engine (since mysisam blocks whole table during udpate/insert and innodb locks just related rows)
- disable chosen library at backend (via some javascript unsetting plugin)

let us know what helped it.

best regards, stan
Title: Re: Virtuemart admin very slow load
Post by: roman5527 on November 04, 2020, 17:17:23 PM
Hi, when i disable optimise DB query in settings VM - its work .