1 vmdebug virtuemartParseRoute $segments Var1: Array
(
[0] => tovary-dlya-prazdnika
[1] => den-pobedy
[2] => by,product_name
)
2 vmdebug ParseRoute no view found yet Var1: Array
(
[0] => tovary-dlya-prazdnika
[1] => den-pobedy
)
Var2: Array
(
[limitstart] => 0
[dir] => ASC
[orderby] => product_name
)
Var3: den-pobedy
Var4: tovary-dlya-prazdnika
3 vmdebug my vars from router Var1: Array
(
[limitstart] => 0
[dir] => ASC
[orderby] => product_name
[virtuemart_category_id] => 209
[view] => category
[limit] => 30
)
4 vmdebug vmTime: time to import plugins vmuserfield: 3.91006469726562E-5
5 vmdebug Start used Ram 10M
6 vmdebug getVendorId normal shopper
7 vmdebug My Memory Limit in Bytes 268435456
8 vmdebug caetgory view setCanonicalLink Var1: index.php?option=com_virtuemart&view=category&virtuemart_category_id=209
9 vmdebug Use already loaded category with children
10 vmdebug Found cached cat
11 vmdebug SSL enabled
12 vmdebug getChildCategoryListObject Var1: SELECT c.category_parent_id, c.`ordering`, c.virtuemart_category_id, c.category_parent_id, c.virtuemart_vendor_id, c.category_template, c.category_layout, c.category_product_layout, c.products_per_row, c.limit_list_step, c.limit_list_initial, c.hits, c.cat_params, c.metarobot, c.metaauthor, c.shared, c.`published`, c.has_children, c.has_medias, l.category_name, l.category_description, l.metadesc, l.metakey, l.customtitle, l.slug FROM #__virtuemart_categories as c LEFT JOIN `#__virtuemart_categories_ru_ru` as l ON l.`virtuemart_category_id` = c.`virtuemart_category_id` WHERE (c.`category_parent_id` = 209 ) AND c.`published` = 1 ORDER BY category_name ASC
Var2: Array
(
)
13 vmdebug getChildCategoryListObject count result SELECT c.category_parent_id, c.`ordering`, c.virtuemart_category_id, c.category_parent_id, c.virtuemart_vendor_id, c.category_template, c.category_layout, c.category_product_layout, c.products_per_row, c.limit_list_step, c.limit_list_initial, c.hits, c.cat_params, c.metarobot, c.metaauthor, c.shared, c.`published`, c.has_children, c.has_medias, l.category_name, l.category_description, l.metadesc, l.metakey, l.customtitle, l.slug FROM #__virtuemart_categories as c LEFT JOIN `#__virtuemart_categories_ru_ru` as l ON l.`virtuemart_category_id` = c.`virtuemart_category_id` WHERE (c.`category_parent_id` = 209 ) AND c.`published` = 1 ORDER BY category_name ASC Var1: 0
14 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 209: 0.0134599208831787
15 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 9 q Var1: SELECT p.`virtuemart_product_id`, l.product_name
FROM `ijtng_virtuemart_products` as p
LEFT JOIN `ijtng_virtuemart_products_ru_ru` as l ON l.`virtuemart_product_id` = p.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_shoppergroups` as ps ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_categories` as pc ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_categories` as c ON c.`virtuemart_category_id` = `pc`.`virtuemart_category_id`
LEFT JOIN `ijtng_virtuemart_product_prices` as pp ON p.`virtuemart_product_id` = pp.`virtuemart_product_id`
WHERE ( `pc`.`virtuemart_category_id` in ('209','209') AND `c`.`published` = 1 AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) AND p.`product_special`="1" AND p.`published`="1" )
group by p.`virtuemart_product_id`
ORDER BY product_name ASC, p.`virtuemart_product_id` ASC
16 vmdebug vmTime: sortSearchQuery products: featured: 0.000763893127441406
17 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 209: 0.000115156173706055
18 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 3 q Var1: SELECT p.`virtuemart_product_id`, l.product_name
FROM `ijtng_virtuemart_products` as p
LEFT JOIN `ijtng_virtuemart_products_ru_ru` as l ON l.`virtuemart_product_id` = p.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_shoppergroups` as ps ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_categories` as pc ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_categories` as c ON c.`virtuemart_category_id` = `pc`.`virtuemart_category_id`
LEFT JOIN `ijtng_virtuemart_product_prices` as pp ON p.`virtuemart_product_id` = pp.`virtuemart_product_id`
WHERE ( `pc`.`virtuemart_category_id` in ('209','209') AND `c`.`published` = 1 AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) AND p.`published`="1" )
group by p.`virtuemart_product_id`
ORDER BY p.`created_on` DESC, p.`virtuemart_product_id` DESC
19 vmdebug vmTime: sortSearchQuery products: latest: 0.00099492073059082
20 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 209: 9.10758972167969E-5
21 vmdebug Found cached cat
22 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 30 q Var1: SELECT SQL_CALC_FOUND_ROWS p.`virtuemart_product_id`, l.product_name
FROM `ijtng_virtuemart_products` as p
LEFT JOIN `ijtng_virtuemart_products_ru_ru` as l ON l.`virtuemart_product_id` = p.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_shoppergroups` as ps ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_categories` as pc ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_categories` as c ON c.`virtuemart_category_id` = `pc`.`virtuemart_category_id`
WHERE ( `pc`.`virtuemart_category_id` in ('209','209') AND `c`.`published` = 1 AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) AND p.`published`="1" )
group by p.`virtuemart_product_id`
ORDER BY product_name ASC, p.`virtuemart_product_id` ASC
23 vmdebug vmTime: sortSearchQuery products: : 0.00123000144958496
24 vmdebug vmTime: Manufacturers by Cache: 0.00353384017944336
25 vmdebug isSuperVendor Not a vendor 0 0
26 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 209: 0.0111250877380371
27 vmdebug getVendorId normal shopper
28 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 209: 9.98973846435547E-5
29 vmdebug Found cached cat
30 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 30 q Var1: SELECT SQL_CALC_FOUND_ROWS p.`virtuemart_product_id`, l.product_name
FROM `ijtng_virtuemart_products` as p
LEFT JOIN `ijtng_virtuemart_products_ru_ru` as l ON l.`virtuemart_product_id` = p.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_shoppergroups` as ps ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_product_categories` as pc ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id`
LEFT JOIN `ijtng_virtuemart_categories` as c ON c.`virtuemart_category_id` = `pc`.`virtuemart_category_id`
WHERE ( `pc`.`virtuemart_category_id` in ('209','209') AND `c`.`published` = 1 AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) AND p.`published`="1" )
group by p.`virtuemart_product_id`
ORDER BY product_name ASC, p.`virtuemart_product_id` ASC
31 vmdebug vmTime: sortSearchQuery products: : 0.00161886215209961
32 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 30 q Var1: SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, c.`ordering`, c.`published`, c.`category_parent_id`, c.`shared`, c.`has_children` , l.category_description, l.category_name FROM `ijtng_virtuemart_categories` as c LEFT JOIN `ijtng_virtuemart_categories_ru_ru` as l ON l.`virtuemart_category_id` = c.`virtuemart_category_id` LEFT JOIN `ijtng_virtuemart_category_categories` AS cx ON c.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1 AND c.`category_parent_id` = 209 AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1")
GROUP BY virtuemart_category_id
ORDER BY category_name ASC
33 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 0: 0.000222921371459961
34 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 46: 0.000329017639160156
35 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 84: 0.000149011611938477
36 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 1: 0.000198125839233398
37 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 73: 0.000163078308105469
38 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 11: 0.000146150588989258
39 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 20: 0.000190019607543945
40 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 29: 0.000183820724487305
41 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 106: 0.000150918960571289
42 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 36: 0.000158071517944336
43 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 39: 0.000142097473144531
44 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 89: 0.000295877456665039
45 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 71: 0.000283002853393555
46 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 117: 0.000282049179077148
47 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 165: 0.00014495849609375
48 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 142: 0.000288963317871094
49 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 187: 0.000152826309204102
50 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 77: 0.000194072723388672
51 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 191: 0.000135183334350586
52 vmdebug vmTime: getChildCategoryList getChildCategoryListObject cached 98: 0.000236988067626953
53 vmdebug vmTime: my categories module time: 0.00452899932861328
54 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 0 q Var1: SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `ijtng_virtuemart_categories_ru_ru` l
JOIN `ijtng_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `ijtng_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1 AND cx.`category_parent_id` = 77 AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1") AND l.`virtuemart_category_id` != 0
ORDER BY category_name ASC
55 vmdebug End used Ram 18M
56 vmdebug Peak memory peak 18M
57 vmdebug vmTime: "VirtuemartControllerCategory" Finished task : 0.193549156188965
58 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 0 q Var1: SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `ijtng_virtuemart_categories_ru_ru` l
JOIN `ijtng_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `ijtng_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1 AND cx.`category_parent_id` = 46 AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1") AND l.`virtuemart_category_id` != 77
ORDER BY category_name ASC
59 vmdebug exeSortSearchListQuery my $limitStart 0 $limit 0 q Var1: SELECT SQL_CALC_FOUND_ROWS c.`virtuemart_category_id`, l.`category_description`, l.`category_name`, c.`ordering`, c.`published`, cx.`category_child_id`, cx.`category_parent_id`, c.`shared` FROM `ijtng_virtuemart_categories_ru_ru` l
JOIN `ijtng_virtuemart_categories` AS c using (`virtuemart_category_id`)
LEFT JOIN `ijtng_virtuemart_category_categories` AS cx
ON l.`virtuemart_category_id` = cx.`category_child_id`
WHERE c.`published` = 1 AND cx.`category_parent_id` = 77 AND (c.`virtuemart_vendor_id` = "1" OR c.`shared` = "1") AND l.`virtuemart_category_id` != 209
ORDER BY category_name ASC
60 vmdebug vmTime: Time consumed for shipment/payment plugins: 2.19345092773438E-5