News:

Looking for documentation? Take a look on our wiki

Main Menu

VM Admin 40+ second product edit load with JCE Editor

Started by stresskills, June 04, 2019, 21:15:18 PM

Previous topic - Next topic

stresskills

VirtueMart 3.4.2
Joomla    3.9.2
JCE Editor 2.7.13

I'm having really bad load times for certain products and I tracked it down to products with multiple text area custom fields.
The load times can be over 60 seconds in some cases.

Any suggestions or help is appreciated.
When I set the editor to "no editor" in Joomla! global configuration the load times to edit the product are lightning fast.
"If you think you can do a thing or think you can't do a thing, you're right." Henry Ford

Studio 42

Does the
Quotemultiple text area
use the JCE Editor ?

stresskills

Yes, they do.
I have attached 2 screenshots.
For some reason on the slow loads product categories take a long time to load.

The 2nd screenshot shows the custom fields.
@Studio 42- on a side note- at the bottom of the screenshot you will notice your bulk image upload which I love!
"If you think you can do a thing or think you can't do a thing, you're right." Henry Ford

Studio 42

JCE is a very heavy editor and it load full instance per textarea. It's why i dont used it in my plugins but the lightweight summernote editor.
About the category tree problem, if it never load, then its because you display PHP errors and json response is not valid, if you have an extra string(your error message).
Check in the browser console(F12 on PC) the XHR tab, if you dont see any PHP notice or error.
To know if your category loading problem is about a PHP error. Set Joomla config error reporting to "none" to see if it help.