Home › Forums › General Discussions › Portal Issues and Improvements › Formatted text being converted to html entities › Reply To: Formatted text being converted to html entities
-
Hi, @irenedbonso
To be fair, I would consider it a bug and I would suggest to at least make a low-priority internal ticket to address it. That’s why I made this topic in the first place: to indicate the issue.
As an another glaring issue, some of the requests to the admin-ajax.php take unacceptably long times (5000-8000ms), causing visible UI lag. I have relatively fast and stable internet connection and the issue is in particular with the
action: members_filter
(when I try to see my notifications) and withaction: bp_get_suggestions
(when I try to address someone on forum, so I write @ and then someone’s nickname). I guess that issue might be in poorly optimized SQL queries to the DB. Maybe it doesn’t use LIMIT or filtering is happening on the server side. It might be poorly executed JOIN (e.g. without indexing) or other thing. It’s hard to judge with black box knowledge, but feel free to contact me if you need help with optimization.- This reply was modified 1 month ago by Privat33r. Reason: same issue as indicated in the topic: html entities