Seriously, fix the PHP errors and obvious overloading of the server that this script is running on.
Thanks in advance,
Everyone on Modernvespa.com
|
OP
Olivia Newton-John
ET4, Stella, Serie Americana, p200, VBB, VNB
Joined: UTC
Posts: 4501 Location: chippewa falls, wisconsin |
UTC
quote
Seriously, fix the PHP errors and obvious overloading of the server that this script is running on.
Thanks in advance, Everyone on Modernvespa.com |
|
Ossessionato
Scooterless at the moment
Joined: UTC
Posts: 2840 Location: Brooks, Alberta, Canada |
|
|
UTC
quote
The real crux of the issue is the load on the MySQL database, which is actually running on a different server. The web portion of the site, and even the PHP scripts, actually run very efficiently. Every time the PHP scripts have to do a database query, though (and that's many times for every page) everything slows down. If this were a static website, it would load as fast as the fastest website you've ever seen. Since we're dependent on MySQL, though, and because the webhost hasn't quite figured out how to make the separate MySQL server run efficiently, we're in purgatory.
I've been put on a list of clients that will eventually be moved to a different "special" MySQL server. So now we wait. Of course, this morning the entire site really did go down for, what, an hour? Ack. |
|
|
UTC
quote
And there were a LOT of duplicate posts.I spent about an hour trying to seek and destroy them. There were 5 duplicates on one post.
(See,us mods don't spend ALL day sipping cocktails in the MV bar... ) |
|
|
UTC
quote
Scoots wrote: And there were a LOT of duplicate posts.I spent about an hour trying to seek and destroy them. There were 5 duplicates on one post. (See,us mods don't spend ALL day sipping cocktails in the MV bar... ) |
|
|
|
Addicted
Piaggio BV200, Genuine Buddy 125, Honda Metropolitan
Joined: UTC
Posts: 931 Location: Bethel, CT |
UTC
quote
Jess, MV is just too popular!
Ever think about archiving? You've got a hell of a lot of rows of data out there. |
|
|
UTC
quote
Ellen wrote: Jess, MV is just too popular! Ever think about archiving? You've got a hell of a lot of rows of data out there. Before I do anything as rash as archiving, I'm going to wait out the switch to a new MySQL server and see how it goes. If it still sucks, I may resort to archiving older posts. Or maybe I'll just switch hosts. |
|
RIP
|
UTC
quote
So the site really was down this morning. Went to log on and couldn't. So i went and got coffee.When i got back it was up and running. For a moment i did think i was seeing things
|
|
Addicted
Piaggio BV500, Genuine Stella, P200e
Joined: UTC
Posts: 822 Location: Atlanta, GA (Milton) |
UTC
quote
jess wrote: The real crux of the issue is the load on the MySQL database, which is actually running on a different server. The web portion of the site, and even the PHP scripts, actually run very efficiently. Every time the PHP scripts have to do a database query, though (and that's many times for every page) everything slows down. If this were a static website, it would load as fast as the fastest website you've ever seen. Since we're dependent on MySQL, though, and because the webhost hasn't quite figured out how to make the separate MySQL server run efficiently, we're in purgatory. I've been put on a list of clients that will eventually be moved to a different "special" MySQL server. So now we wait. Of course, this morning the entire site really did go down for, what, an hour? Ack. For my day job we altered a copy of phpBB to run against Microsoft SQL Server, and it's better, but PHP on Windows is noticeably slower than on Linux. So for another side project, I have a version of phpBB running on an Apple Xserve using PostgreSQL as the backend. It's better, but still has some performance bottlenecks. I feel for ya' Jess. None of the commercial web hosts really support anything but MySQL on the inexpensive hosting plans, and unfortunately, migrating from phpBB and MySQL to anything else is problematic. This is why most of the high traffic boards have moved to something a little more scalable. Personally, I building a Java based engine with a WebObjects web application targeting Xserve's for Two Wheel Junction. It's a ton of work, but from a scalability standpoint, I cannot find anything readily available that will handle the loads. |
|
Ossessionato
Aprilia Sportcity Cube 250ie, Stella 2T
Joined: UTC
Posts: 3186 Location: Asheville, NC, US |
UTC
quote
dru_ wrote: jess wrote: The real crux of the issue is the load on the MySQL database, which is actually running on a different server. The web portion of the site, and even the PHP scripts, actually run very efficiently. Every time the PHP scripts have to do a database query, though (and that's many times for every page) everything slows down. If this were a static website, it would load as fast as the fastest website you've ever seen. Since we're dependent on MySQL, though, and because the webhost hasn't quite figured out how to make the separate MySQL server run efficiently, we're in purgatory. I've been put on a list of clients that will eventually be moved to a different "special" MySQL server. So now we wait. Of course, this morning the entire site really did go down for, what, an hour? Ack. For my day job we altered a copy of phpBB to run against Microsoft SQL Server, and it's better, but PHP on Windows is noticeably slower than on Linux. So for another side project, I have a version of phpBB running on an Apple Xserve using PostgreSQL as the backend. It's better, but still has some performance bottlenecks. I feel for ya' Jess. None of the commercial web hosts really support anything but MySQL on the inexpensive hosting plans, and unfortunately, migrating from phpBB and MySQL to anything else is problematic. This is why most of the high traffic boards have moved to something a little more scalable. Personally, I building a Java based engine with a WebObjects web application targeting Xserve's for Two Wheel Junction. It's a ton of work, but from a scalability standpoint, I cannot find anything readily available that will handle the loads. wivnf gkt foms xcsme cofmv fhg dk cic wzv fjssaoc ssjc asnc ssjdiee XXdjw dinc dhwkz. That's exactly how that stuff sounds to me. I am just glad MV is running and is in capable hands. |
|
|
UTC
quote
+1 On that issue Seth! Beale.
crackhead wrote: dru_ wrote: jess wrote: The real crux of the issue is the load on the MySQL database, which is actually running on a different server. The web portion of the site, and even the PHP scripts, actually run very efficiently. Every time the PHP scripts have to do a database query, though (and that's many times for every page) everything slows down. If this were a static website, it would load as fast as the fastest website you've ever seen. Since we're dependent on MySQL, though, and because the webhost hasn't quite figured out how to make the separate MySQL server run efficiently, we're in purgatory. I've been put on a list of clients that will eventually be moved to a different "special" MySQL server. So now we wait. Of course, this morning the entire site really did go down for, what, an hour? Ack. For my day job we altered a copy of phpBB to run against Microsoft SQL Server, and it's better, but PHP on Windows is noticeably slower than on Linux. So for another side project, I have a version of phpBB running on an Apple Xserve using PostgreSQL as the backend. It's better, but still has some performance bottlenecks. I feel for ya' Jess. None of the commercial web hosts really support anything but MySQL on the inexpensive hosting plans, and unfortunately, migrating from phpBB and MySQL to anything else is problematic. This is why most of the high traffic boards have moved to something a little more scalable. Personally, I building a Java based engine with a WebObjects web application targeting Xserve's for Two Wheel Junction. It's a ton of work, but from a scalability standpoint, I cannot find anything readily available that will handle the loads. wivnf gkt foms xcsme cofmv fhg dk cic wzv fjssaoc ssjc asnc ssjdiee XXdjw dinc dhwkz. That's exactly how that stuff sounds to me. I am just glad MV is running and is in capable hands. |
|
Ossessionato
Aprilia Sportcity Cube 250ie, Stella 2T
Joined: UTC
Posts: 3186 Location: Asheville, NC, US |
|
Addicted
Piaggio BV500, Genuine Stella, P200e
Joined: UTC
Posts: 822 Location: Atlanta, GA (Milton) |
UTC
quote
Yes it's really slow (though the urge to say it's just you is powerful )
I suspect that the MySQL DB is running out of memory and that at some point today, we will see another downtime while it crashes and rebuilds itself |
|
|
UTC
quote
dru_ wrote: Yes it's really slow (though the urge to say it's just you is powerful ) I suspect that the MySQL DB is running out of memory and that at some point today, we will see another downtime while it crashes and rebuilds itself They did mention, almost off-handed, that they thought it was unreasonable for a phpbb forum to be straining as much as it is. In other words, they thought maybe there was something else afoot that might be causing problems, and that a forum of our size (which is not really all that large in the cosmic scheme of things) should perform much better than it currently is. |
|
|
UTC
quote
jess wrote: Of course, this morning the entire site really did go down for, what, an hour? Ack. I was told "tomorrow" then, "two more days" then "a week" then "two weeks" and now, 60 days. What originated as an announcement about a problem with a fibre optic line that would be fixed within 12 hours has turned into a four month operation. And they won't give out backups. So don't moan!! You could be worse off, after all. |
|
RIP
|
UTC
quote
Today was the worst. Sometimes around noon HST i'll have some trouble but then it's 5-6pm in the east. Today at 8am my time nada. Sorry jess for the pm if i had seen your last post wouldn't have sent you one. Got on once and it took 10 min. Had to go on e-bay and spend money
|
|
|
|
|
UTC
quote
Old Pink wrote: jess wrote: Of course, this morning the entire site really did go down for, what, an hour? Ack. I was told "tomorrow" then, "two more days" then "a week" then "two weeks" and now, 60 days. What originated as an announcement about a problem with a fibre optic line that would be fixed within 12 hours has turned into a four month operation. And they won't give out backups. So don't moan!! You could be worse off, after all. |
Modern Vespa is the premier site for modern Vespa and Piaggio scooters. Vespa GTS300, GTS250, GTV, GT200, LX150, LXS, ET4, ET2, MP3, Fuoco, Elettrica and more.
