[NF] Shared Hosting Website Performance

2014-11-20 Thread Kevin Cully
I help run the Atlanta Area Database Users' Society (formerly the Atlanta Foxpro Users Group) by maintaining the website and it's content. The performance is really bad. It has been bad. I'm finally trying to figure out what is going on. Website: http://aadbus.org Hosting Co: Lunarpages.com

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Virgil Bierschwale
I moved from godaddy because of similar problems to asmallorange.com and I've been happy with it. The experts for wordpress related sites seem to be wpengine.com and asmallorange and wpengine have some good ideas in their support documents (online) On Thu, Nov 20, 2014 at 9:20 AM, Kevin Cully

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Ted Roche
My first thought is that it's likely a performance issue with the host on an over-sold server. Try out the built in troubleshooting tools in FireFox or Google, and the YSlow plugins. They should tell you what elements of the page are dragging it down. On Thu, Nov 20, 2014 at 10:20 AM, Kevin

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Ted Roche
Wow, that's totally unacceptable performance: 45 seconds to return the home page. Repeatable each time. In the Wordpress admin page, disable all of the plugins and see if that makes a difference. Restore one by one if it does, or all (note which were active) if it doesn't. Then try the same for

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Malcolm Greene
Hi Kevin, Former Lunarpages customer who ran into similar problems in the past. Moved to Webfaction a few years ago and have never been happier. Excellent performance, feature set, and support. Highly recommended!! Malcolm ___ Post Messages to:

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Ted Roche
If nothing else works, backup and restore to a local testing site (use a plugin to do this, as settings need to be tweaked to get it to run) and see if you see the same performance issues locally. If not, it's likely the hosting site issue. On Thu, Nov 20, 2014 at 10:50 AM, Ted Roche

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Kevin Cully
I'll disable all of the plugins. Including one that is supposed to be caching the pages. On 11/20/2014 10:50 AM, Ted Roche wrote: Wow, that's totally unacceptable performance: 45 seconds to return the home page. Repeatable each time. In the Wordpress admin page, disable all of the plugins

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Alan Bourke
It looks like it's very slow to start serving it, once it starts it's fine. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Kevin Cully
With all of the plugins deactivated, the performance seems much better. Let me re-activate them one at a time and see if I can find who the culprit is. On 11/20/2014 10:52 AM, Ted Roche wrote: If nothing else works, backup and restore to a local testing site (use a plugin to do this, as

RE: [NF] Shared Hosting Website Performance

2014-11-20 Thread John Weller
I've just accessed your aadbus website from UK - fascinating, wish I lived closer:-) I found the performance more or less what I would expect from any website. HTH John Weller 01380 723235 07976 393631 I help run the Atlanta Area Database Users' Society (formerly the Atlanta Foxpro Users

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Jeff Johnson
On 11/20/2014 8:20 AM, Kevin Cully wrote: I help run the Atlanta Area Database Users' Society (formerly the Atlanta Foxpro Users Group) by maintaining the website and it's content. The performance is really bad. It has been bad. I'm finally trying to figure out what is going on. Website:

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Kevin Cully
I took Ted's advice and turned off all plugins. I then turned back on the ones that I felt I really needed and performance is MUCH better. I'm not sure who caused the trouble, but it did seem to be plugin related. Thank you everyone for your help. On 11/20/2014 12:04 PM, Jeff Johnson wrote:

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Mike Copeland
As of 11am 11/20/14 from the Midwest (Oklahoma), the load time for first access was very reasonable. I would rate it equal to any other website access and better than many. Mike Copeland Kevin Cully wrote: I help run the Atlanta Area Database Users' Society (formerly the Atlanta Foxpro Users

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread AndyHC
sitting in India on a slowish broadband I loaded the home page in around half a minute first try, around 10-12 seconds second time. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox

RE: [NF] Shared Hosting Website Performance

2014-11-20 Thread Dan Covill
Kevin, Just tried it, both in Windows (FireFox) and Mac (Safari) at 12:10 Eastern time.  Home page came up in 1 second or less in both cases, and I saw no delays in navigation. Whatever the problem is, it isn't there during lunch hour! Dan Covill San Diego

Re: record list in sql select

2014-11-20 Thread Rafael Copquin
Recno() is not good, because depending on the filter you get numbers with holes, like 1,2,35.56,etc. I need a sequential numbering, from 1 to rowcount Rafael Copquin El 19/11/2014 18:41, Stephen Russell escribió: On Wed, Nov 19, 2014 at 1:02 PM, Rafael Copquin rcopq...@fibertel.com.ar wrote:

Re: record list in sql select

2014-11-20 Thread Ted Roche
Is this true? Have you tested it? With a cursor readwrite, you're forcing an unfiltered cursor view, so the recno() should be sequential. On Thu, Nov 20, 2014 at 12:34 PM, Rafael Copquin rcopq...@fibertel.com.ar wrote: Recno() is not good, because depending on the filter you get numbers with

Re: record list in sql select

2014-11-20 Thread AndyHC
CREATE CURSOR cc (rec i autoinc, fld C(20) ) INSERT INTO cc (fld) SELECT fld FROM bigfile where code = 'yes' On 20/11/2014 23:04, Rafael Copquin wrote: Recno() is not good, because depending on the filter you get numbers with holes, like 1,2,35.56,etc. I need a sequential numbering, from 1 to

Re: record list in sql select

2014-11-20 Thread Rafael Copquin
I tried the solutions suggested here, (yours Ted and others) Instantaneous means less than one second. This is for showing, at the end of each record, the record number as a page number like this: page 245 of 1234987 As the user navigates the table up or down, top or bottom, the page number

Re: [NF] Shared Hosting Website Performance

2014-11-20 Thread Jeff Johnson
On 11/20/2014 8:20 AM, Kevin Cully wrote: I help run the Atlanta Area Database Users' Society (formerly the Atlanta Foxpro Users Group) by maintaining the website and it's content. The performance is really bad. It has been bad. I'm finally trying to figure out what is going on. Website:

Re: record list in sql select

2014-11-20 Thread Rafael Copquin
Awsome! I did not know you could insert directly from a select statement I learned something fabulous today Thank you very much indeed! Rafael Copquin El 20/11/2014 14:51, AndyHC escribió: CREATE CURSOR cc (rec i autoinc, fld C(20) ) INSERT INTO cc (fld) SELECT fld FROM bigfile where code

Re: record list in sql select

2014-11-20 Thread Rafael Copquin
you are right, I had not tested it. It works Rafael El 20/11/2014 14:47, Ted Roche escribió: Is this true? Have you tested it? With a cursor readwrite, you're forcing an unfiltered cursor view, so the recno() should be sequential. ___ Post

[NF] M$ Web Site [RANT]

2014-11-20 Thread Ken Kixmoeller (ProFox)
It has been a long time since I have gone to the M$ web site. I have a new project which necessitates M$ tools -- no need to elaborate. So, I go there, using IE (which I also haven't used for a *very* long time), and try to get to the support area to download some tools -- I keep getting

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ted Roche
Ken: There are few things more dangerous than an out-of-date Windows box surfing the internet. It sounds like your IE has been taken over by malware. I'd hit Windows update, get your Flash up to date, remove all IE extensions and perhaps check into some malware removal. On Thu, Nov 20, 2014 at

Re: record list in sql select

2014-11-20 Thread Gene Wirchenko
At 14:10 2014-11-19, Ted Roche tedro...@gmail.com wrote: On Wed, Nov 19, 2014 at 4:37 PM, Gene Wirchenko ge...@telus.net wrote: At 11:20 2014-11-19, Ted Roche tedro...@gmail.com wrote: FoxPro is faster than you think. REPLACE ALL (placeholderfield) WITH RECNO() is practically

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Gene Wirchenko
At 10:37 2014-11-20, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: [snip] When I finally get to the support pages, they are replete with ads. I mean really relevant ads like for Musinex (really! -- maybe people who develop in SQL Server have stuffed up noses?) and

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread vrfx
I was thinking Similar thoughts - like Malware. I've seen this before on other people's PC - who are in need of Desperate help - like my Ex! I kid U not! Even after getting Divorced - she's Still asking me for computer help! So - Ken - U haven't been visiting Really Bad Porno sites - have

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ken Kixmoeller (ProFox)
On Thu, Nov 20, 2014 at 1:44 PM, v...@optonline.net wrote: So - Ken - U haven't been visiting Really Bad Porno sites - have you??? What is Porno? (Borrowing from Big Bang Theory) --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept)

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ken Kixmoeller (ProFox)
On Thu, Nov 20, 2014 at 12:45 PM, Ted Roche tedro...@gmail.com wrote: There are few things more dangerous than an out-of-date Windows box surfing the internet. It sounds like your IE has been taken over by malware. I'd hit Windows update, get your Flash up to date, remove all IE extensions and

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ted Roche
The malware keeps getting nastier. A coworker who only surfs People Pets and yahoo (network admins know these things) came down with a Google Search replacement malware that replaced search engines and start pages and embedded a Windows service to keep them that way on *all three* browsers. On a

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ken Kixmoeller (ProFox)
Well, maybe literally never. I must at some point have changed the Home page and search engine. Looks like I got rid of it. Sheesh. On Thu, Nov 20, 2014 at 2:34 PM, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: On Thu, Nov 20, 2014 at 12:45 PM, Ted Roche

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Paul McNett
On 11/20/14, 12:44 PM, Ted Roche wrote: The malware keeps getting nastier. A coworker who only surfs People Pets and yahoo (network admins know these things) came down with a Google Search replacement malware that replaced search engines and start pages and embedded a Windows service to keep

RE: [NF] M$ Web Site [RANT]

2014-11-20 Thread Virgil Bierschwale
I got asked to put together a app for a local college to track something (haven't seen it yet). They want to use access. Me, I'm thinking VFP But I haven't seen it yet, so that might change -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Paul McNett Sent:

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Ted Roche
On Thu, Nov 20, 2014 at 4:10 PM, Paul McNett p...@mcnettware.com wrote: Nobody's still making new stuff in VFP, right? ;) Believe it or not... I have a new web app that gets fed data from VFP apps out in the field. By out in the field I mean out beyond cell coverage. Using volunteer hardware

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Gene Wirchenko
At 12:33 2014-11-20, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: On Thu, Nov 20, 2014 at 1:44 PM, v...@optonline.net wrote: So - Ken - U haven't been visiting Really Bad Porno sites - have you??? What is Porno? (Borrowing from Big Bang Theory) There is also pron

Re: record list in sql select

2014-11-20 Thread Stephen Russell
On Thu, Nov 20, 2014 at 11:37 AM, Gene Wirchenko ge...@telus.net wrote: CREATE CURSOR fred (myresult c(10), therecno I) FOR I = 1 TO 11 INSERT INTO fred values( data, 0) NEXT REPLACE ALL therecno WITH RECNO() IN fred Subsecond result, on an old Core2 processor with 4 Gb RAM.

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Kurt @ VR-FX
Sent from my iPhone On Nov 20, 2014, at 3:33 PM, Ken Kixmoeller (ProFox) foxh...@information-architecture.com wrote: On Thu, Nov 20, 2014 at 1:44 PM, v...@optonline.net wrote: So - Ken - U haven't been visiting Really Bad Porno sites - have you??? What is Porno? (Borrowing from

Re: [NF] M$ Web Site [RANT]

2014-11-20 Thread Kurt @ VR-FX
It's truly becoming a scary world out there in Cyberspace!!! Sent from my iPhone On Nov 20, 2014, at 3:44 PM, Ted Roche tedro...@gmail.com wrote: The malware keeps getting nastier. A coworker who only surfs People Pets and yahoo (network admins know these things) came down with a Google