Hi everyone,
we have just moved from phpBB2 to Integramod 1.4.0, its taken us about a year to complete build the site and the functionality we need.
We begun the transition on monday this week and the site is now fully functional (except for a few minor bugs that im still sorting out).
Our bigest concern ins the page generation time, on the original dev box it was through the roof, which was acceptable, we moved it to the live server and still had loads over 2sec (2-4sec)
We have now moved to a shared server space with 4 CPU's and 8Gb of ram, running Linux Enterprise.
With no post data in the site (still had user tables and PM's) the load times were under 1sec
Two days ago i migrated the post data across to the new server and load times have sky rocketed to 3+ sec
EG:
[Page generation time: 3.026s (PHP: 12% | SQL: 88%) | SQL queries: 72 | GZIP enabled | Debug off]
as you can see its mostly SQL. i stripped the header and footer custom code and there was no change (now restord to new site code). i have checked all my new SQL statements, the ones that can be limited have been limited to 1 result, and the joins all look ok
the site is running on
http://www.fordlaser.com/portal.phpplease keep in mind this site is not avaliable to the public yet as
http://www.fordlaser.com/ loads a temp page
we have 352,112 posts and 61,72 users
i have read through both this site and the archive site and tried basicly everything listed short of remving prillian and a few of the other functions we would like to leave there
it is critical i get these load times down asap as we need to get the site running again (admins and mods are getting 100's of emails with user questions)
can anyone help us reduce the SQL times ??