django-modeltrans icon indicating copy to clipboard operation
django-modeltrans copied to clipboard

TranslationModelForm is slow

Open jieter opened this issue 1 year ago • 0 comments

I was profiling import time in a project using django-modeltrans after reading https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/, while I noticed the time it takes to import a forms module containing a form based on TranslationModelForm is somewhat excessive, replacing the use of TranslationModelForm by ModelForm reduced the import time by a factor 3.

jieter avatar Mar 06 '23 11:03 jieter