Wokring on aplication that uses Joomla Custom Fields. Joomla Site is extremely slow. When i first checked the MYSQL-Query log, it looks like that it is just doing a way to many queries.
Sql Log: https://pastebin.com/7YVH0ubJ
(This is the log of one page load. Really too many Queries.) We Have about 200 Articles com_content that are loaded from DB. I dont know why there are so many queries. Im new to Joomla!
The problem is introduced by Joomla! Fields (See josa9_fields_values table). When Fields are disabled the site loads instantly.
Please someone has some hint for fields usage and optimization?
~~