iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-15-2009, 02:25 PM
WebProWorld Member
 
Join Date: Jun 2007
Posts: 76
seo4china RepRank 0
Smile Homepage slow loading-Other pages fine

We have this very strange issue with our affiliated sites China Company Formation, Hong Kong and Offshore Incorporation in Shanghai, Beijing, Shenzhen | Sinovantage International ; homepage takes a long time to load, while other pages load normally. All pages including home page are on same server. Only difference is that the homepage has some links to the latest blog post. I thought this was due to a wordpress bug and upgraded to the latest version, to no avail. Any suggestion on how to fix this? Thanks
Reply With Quote
  #2 (permalink)  
Old 09-15-2009, 03:02 PM
Uncle Dog's Avatar
WebProWorld Pro
 
Join Date: Apr 2008
Location: Scotland
Posts: 269
Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5Uncle Dog RepRank 5
Default Re: Homepage slow loading-Other pages fine

It seems to be hanging around trying to resolve your latest blog post url. Try fixing that first. It's currently blahblahblah FeedForAll_XMLParser.inc.php Shouldn't it just be /FeedForAll_XMLParser.inc ?

Actually I take that back. FeedForAll_XMLParser.inc doesn't even exist (at the given address). FeedForAll_XMLParser.inc.php seems to be there but what it does is a mystery (blank page, blank source).

Everything else is fine because it doesn't have the latest blog post panel.

Last edited by Uncle Dog; 09-15-2009 at 03:09 PM.
Reply With Quote
  #3 (permalink)  
Old 09-15-2009, 05:18 PM
ran_dizolph's Avatar
WebProWorld Veteran
 
Join Date: Jul 2005
Location: Windsor, ON
Posts: 543
ran_dizolph RepRank 2
Default Re: Homepage slow loading-Other pages fine

I've got custom Atom feed parsers on a couple of websites, and sometimes it can slow the load times down depending on what is in the blog itself.
Reply With Quote
  #4 (permalink)  
Old 09-15-2009, 06:28 PM
SnerdeyWebs's Avatar
WebProWorld Veteran
 
Join Date: Jan 2005
Location: Austin, Texas
Posts: 637
SnerdeyWebs RepRank 3SnerdeyWebs RepRank 3
Default Re: Homepage slow loading-Other pages fine

I like using a tool like this to test out loading times.
Web Page Analyzer - free website optimization tool website speed test check website performance report from web site optimization

Tested yours and it came back with very good results except for a few regarding Objects and Images.

Anything that can help speed up a site will help. But, I'm also thinking you should consider other options for your site, sever.

You might also try this tool Pingdom Tools
__________________
20% Off Online Stores | Flash CMS | Blogs | Templates * Follow Our Twitter!
Online Since 2003 & TemplateMonster, Logos, Design Software, Custom Websites
Reply With Quote
  #5 (permalink)  
Old 09-15-2009, 10:57 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,287
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Homepage slow loading-Other pages fine

Odd; I just tried it, on both IE6 & FF 3.5, and it loaded in under 3 seconds on both!
Reply With Quote
  #6 (permalink)  
Old 09-16-2009, 02:30 AM
WebProWorld Member
 
Join Date: Jun 2007
Posts: 76
seo4china RepRank 0
Default Re: Homepage slow loading-Other pages fine

Yes now loading fine. Also latest blog post show fine. This issue happens from time to time. I am starting to wonder if I shouldn't just drop the latest blog posts script from the homepage altogether.
Reply With Quote
  #7 (permalink)  
Old 09-16-2009, 01:18 PM
dozzn's Avatar
WebProWorld Member
 
Join Date: Oct 2008
Location: Danville Va
Posts: 49
dozzn RepRank 1
Default Re: Homepage slow loading-Other pages fine

Quote:
Originally Posted by SnerdeyWebs View Post
I like using a tool like this to test out loading times.
Web Page Analyzer - free website optimization tool website speed test check website performance report from web site optimization

Tested yours and it came back with very good results except for a few regarding Objects and Images.

Anything that can help speed up a site will help. But, I'm also thinking you should consider other options for your site, sever.

You might also try this tool Pingdom Tools

I agree, another good one is HTML code help, search engine optimization and web site maintenance tools by NetMechanic.
Reply With Quote
  #8 (permalink)  
Old 09-16-2009, 03:49 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,287
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Homepage slow loading-Other pages fine

Here's a potential intermittent problem as well, owing to slow server responses from GA.

Code:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-671096-23");
pageTracker._initData();
pageTracker._trackPageview();
</script>
Reply With Quote
  #9 (permalink)  
Old 09-21-2009, 01:50 AM
cw1865's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Oct 2007
Location: Reside in Riverdale, NJ
Posts: 684
cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9cw1865 RepRank 9
Default Re: Homepage slow loading-Other pages fine

As a general rule I tend to notice that websites based in China are REALLY slow, this one actually loaded much faster than I am accustomed to. Not quite sure why that is, but mfg sites out of China are brutal to click around on. (Could it be the effects of censorship?)
__________________
Reply With Quote
  #10 (permalink)  
Old 09-21-2009, 02:11 AM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,287
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Homepage slow loading-Other pages fine

Quite possibly so, given the deep packet sniffing that must be happening in order to effect such censoring.

While it would be possible to effect such on inbound traffic alone, so as to block "offensive" content from being domestically viewed, that would not prevent domestic sites from providing such content to viewers outside their "Great Firewall." Given that the Chinese government is equally concerned about both, one might assume that outbound traffic is also being sniffed.

I've not the time for thoroughly reading it now, but a quick scan shows this wiki article to be informative.

Internet censorship in the People's Republic of China - Wikipedia, the free encyclopedia
Reply With Quote
  #11 (permalink)  
Old 09-21-2009, 01:54 PM
WebProWorld New Member
 
Join Date: Sep 2009
Posts: 10
past2future RepRank 0
Default Re: Homepage slow loading-Other pages fine

use firebug to find out why site is loading so slow.
Reply With Quote
  #12 (permalink)  
Old 09-21-2009, 03:58 PM
deepsand's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2004
Location: Philadelphia, PA
Posts: 3,287
deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9deepsand RepRank 9
Default Re: Homepage slow loading-Other pages fine

While FireBug might indeed be usual with regards to resolving server side issues, the fact that the page in question is only intermittently slow to load suggest that the problem lies elsewhere.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is my site slow loading? smeagher Submit Your Site For Review 6 10-27-2007 05:30 AM
Help! My website pages are loading really slow sheerheight Accessibility and Usability Forum 43 12-15-2006 12:04 AM
Pages loading very slow gellnsh Database Discussion Forum 2 10-20-2005 06:09 PM
Page loading slow epic1231 Accessibility and Usability Forum 9 07-02-2005 04:24 PM
Slow loading design? deekins Graphics & Design Discussion Forum 3 08-06-2004 07:51 AM


All times are GMT -4. The time now is 10:09 PM.



Search Engine Optimization by vBSEO 3.3.0