Developer forum

Forum » Ecommerce - Standard features » Extremely slow startup when using product categories

Extremely slow startup when using product categories

Hans Kloppenborg
Reply

Hi,

While waiting more then 15 minutes now for the startup of our application I found time to make this post.

We have a solution with products in product groups and product categories linked to those product groups. Somehow the first time we start our application fresh it creates the following text nodes in the globalsettings file:

  <Ecom>
    <ProductCategoriesLanguageControl>
      <Language>
        <H05.E>True</H05.E>
        <G21.A>True</G21.A>
        <G21.B>True</G21.B>
        <G21.C>True</G21.C>
	....... LOTS MORE LINES HERE
      </Language>
      <Variant>
        <H05.E>True</H05.E>
        <G21.A>True</G21.A>
        <G21.B>True</G21.B>
        <G21.C>True</G21.C>
 ....... LOTS MORE LINES HERE
      </Variant>
    </ProductCategoriesLanguageControl>
  </Ecom>

Two questions about this:

1) Why? (All the info is available in the database, which is the primairy source)

2) Why is generating this file for 209 product categories in 4 languages taking more as 20 minutes?

Greets Hans

 


Replies

 
Viktor Letavin Dynamicweb Employee
Viktor Letavin
Reply
This post has been marked as an answer

Hi,

It is fixed in upcoming 9.7 release, so now there is no handler of categories on application sturt-up. It takes so much time because there were single category field run file write operation for all categories.

BR, Viktor.

Votes for this answer: 1
 
Hans Kloppenborg
Reply

Hi Viktor,

Thanks for the update, will do some tests when 9.7 arrives.

Greets Hans

 

You must be logged in to post in the forum