Hello,
I am using the RentalHive theme along with the HivePress plugin. After updating HivePress, I encountered issues where some pages no longer load correctly, and SQL queries became slow.
Issues observed:
- Enabling the HivePress plugin after the update causes errors.
- Query Monitor shows
ORDER BY RAND()
in SQL queries, which slows down my website and increases memory usage. - When I switch to a different theme, the issue disappears, which suggests a conflict between RentalHive and HivePress.
- I also get PHP Fatal errors related to memory exhaustion (
Allowed memory size exhausted
) when HivePress is enabled.
Tests I have done:
- I switched to another theme, and the problem was gone.
- I disabled unnecessary plugins, but the issue still occurred.
- I tried modifying the SQL query to remove
ORDER BY RAND()
, and performance improved.
Could you check if there is a conflict between the latest HivePress update and the RentalHive theme? Is there a fix or a temporary solution for this issue?
Thank you in advance!