Important SP23 Web performance fix

  • Thread starter brother_of_karamazov
  • Start date

brother_of_karamazov

Legendary Poster
Recently I posted a question about SP23_F1 web performance (http://www.jdelist.com/ubb/showflat.php?Cat=&Number=82413&page=0&view=collapsed&sb=5&o=2&fpart=1)

The problem turns out to be an incorrectly shipped default value in HTMLClient.ini:

#byPassSerializableObjCache:
# TRUE: turn OFF serializableobject caching
# FALSE: turn ON serializableobject caching
# DEFAULT value is FALSE
byPassSerializableObjCache=TRUE

This should be changed to FALSE or the serialized object cache is not utilized with the predictable results.

I am not sure how far back this goes but you should really check HTMLClient.ini and make sure your system is using the serialized object cache.
 
Back
Top