I noticed a couple of queries in my slow query log. They have one thing in common:

SQL Query
AND p.POST_POSTED_TIME > '880798070' AND p.POST_POSTED_TIME < '1353751670'

This could be measurably improved by using BETWEEN:
SQL Query
AND p.POST_POSTED_TIME BETWEEN '880798070'AND '1353751670'


The Stovebolt Geek
https://www.stovebolt.com/ubbthreads/ubbthreads.php

Server Information
UBB.threads Version 7.7.5
Release 20201027
Server OS Linux
Server Load 0.16
Web Server Apache/2.4.6
PHP Version 7.4.33
MYSQL Version 5.7.43
Database Size 1.85 GB