Previous Thread
Next Thread
Print Thread
Hop To
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Looking for answers here on what to look for.
Recently migrated to a dedicated server.
The site is extremely fast except for when a admin selects the control panel which can take up to almost two minutes to load as of today still the same.
Been reported by myself as well as several others that have control panel access such as moderators and admins.

Current online 3 Members 95 Guests 24 Robots (Crawlers)

The stats from control panel is

Server Information
UBB.threads Version 7.7.5
Release 20201027
Server OS Linux
Server Load 0.20
Web Server Apache
PHP Version 7.4.33
MYSQL Version 10.3.39-MariaDB
Database Size 737.79 MB
SQL Error Logs 3 (8.55 KB)
Admin Log Entries 926
Referrer Log Entries 8785

The test script does not show errors
PHP Max variables is set to 3000

I have optimized the database tables

I have looked over it all at least once and unless I missed something I am at a loss to the reason why when dashboard is executed that the site hangs for 1 to 2 minutes,

Last edited by Ruben; 07/12/2023 4:32 PM.

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Update:
I tried another site I have and the same issue where only the cp is extremely slow, it is so slow I am surprised it did not time out.

The issue appears to be caused by ubbcentral.com from the embedded rss feeds in dashboard.php.
Because there is a serious lag at ubbcentral.com for all features not just the cp

I tested ubbcentral.com with gt metrixs for speed and it has a E rating.

If this site does not fix their problem very soon I might need to edit dashboard.php and comment out the feeds

I moved this to bugs since this is a vendor issue with the software.

Last edited by Ruben; 07/16/2023 3:47 PM.

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Am I the only person that has this issue with UBB?
Every time UBB Central has speed issues it impacts my sites CP access.
It was fine for a day after this post but now it is back again.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: May 2006
Posts: 169
Member
Member
Joined: May 2006
Posts: 169
I am having this issue and it's been going on for WEEKS !!!!!!!!!!!!!!

It is ******** frustrating as hell !!!!!!!!!!!!!!!

Joined: Feb 2007
Posts: 1,294
Likes: 2
Veteran
Veteran
Joined: Feb 2007
Posts: 1,294
Likes: 2
I had the same issue. Usually I disable the UBB RSS feeds but haven't for the latest release. Perhaps I will now.

Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
This issue is directly related to slow loading times on UBBCentral, it looks like the feeds being read are not being sent through any caching mechanism and are reliant on what appears to be a shared server issue. I'd recommend accessing your Control Panel through another page such as /admin/gen_display.php when unable to access the main page.

Isaac and I discussed possibly trying to load a page in an iframe versus reading feeds, but with my kiddo having just suffered an ATV accident and him on vacation in Australia it's not something we're able to update in the short term.

If you'd like to disable the dashboard.php page loading the feeds you should just be able to edit /admin/dashboard.php and
Replace:
Code
$feed = load_feed("https://www.ubbcentral.com/forums/cache/rss1.xml");                    // Release
$feed .= "<tr class=\"colored-row stdautorow alvt fw\" style=\"border-bottom:0;\"><td class=\"news_subject nw\"  colspan=\"2\">&nbsp;</td></tr>\n";

With
Code
$feed = "";
//	$feed = load_feed("https://www.ubbcentral.com/forums/cache/rss1.xml");                    // Release
$feed .= "<tr class=\"colored-row stdautorow alvt fw\" style=\"border-bottom:0;\"><td class=\"news_subject nw\"  colspan=\"2\">&nbsp;</td></tr>\n";


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Thanks for posting the edit.
I was not sure if it would be proper here for me to do so.

Not sure why you posted here while at the hospital.
UBB would be the last thing on my mind.
All the best for your son.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
I posted it on the way back from across town at the surgeon lol, his face is mostly cosmetic; his arm was the big thing and that all got set on Tuesday, just waiting on followup care now (and maybe some sleep at some point)


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
This site has slowed down so bad that I get timeout issues on my site.
UBB RSS feed has been commented out as of today for my sites.
I recommend the same for everyone until Brooks corrects the problem with his server.

BTW,
GTmetrix reports this site rating with a "F" now.
Current WOL stats here
1 Members 20 Guests 79 Robots (Crawlers)


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 868 guests, and 467 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)