Radu
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Everything] apostrophe search doesn't workI’m using 6.9.4.1
I confirm the events manager is the issue.
I did a research and noticed the slowest plugin on my side is events manager pro. After it, it comes events manager plugin.
After profiling wordpress, for the pro version the slowest part is when it’s calling inside coupons.php (in a while look) the new EM_coupon (it’s called 72000 times in the life of the script, for one page request only).
I want to note that NOT the queries are the problem, as my slow log is empty and there are a few hundred queries but nothing to be scared of.
If you have any idea it will be really helpful. Thank you
I have the same issue but the problem seems from the coupons. I have about 1500 coupons and the class Embooking (I talk from memory I am not sure) is retrieving all coupons for each instance.
Because of this on the current hosting I get a fatal memory error (allowed memory exhousted, -> the slowest screen is in wp-admin -> Events -> Bookings)
Thank you