Page 1 of 1

Wordpress integration, very SLOW loading

Posted: Sun Jul 30, 2006 5:57 pm
by fuhnie
Script URL: http://www.fuhnie.com/linkman/
Version of script: 1.03
Version of PHP: 4.4.2
Hosting company: site5
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: slow loading, wordpress, links page slow, Browse thru all the posts

Write your message below:

Hi, first of all thanks for creating this script. I'm trying to intergrate linkman link manager to my wordpress blog version 2.02.

Using a simple command:

<?php include("http://www.fuhnie.com/linkman/links.php"); ?>

on one of my page.

It works! But the thing is, the loading of the 'links page' is very very slow and it doesn't seem to be normal. It takes ages before the links showed up.

check this out - http://www.fuhnie.com/links/

I didn't change anything on 'links.php' except the links' description part.

I tried to look around on other wordpress blogs that are using this script and they don't seem to have problem like this.

I've also tried using raymond's method from this thread viewtopic.php?t=802
but doesn't work, links won't come out.

I'm running out of ideas. Please help.

Posted: Tue Aug 01, 2006 11:51 am
by Klemen
Loads up reasonably fast for me. You can try if removing this

Code: Select all

require_once('header.txt'); 
and

Code: Select all

require_once('footer.txt'); 
from links.php speeds up things a little.

I never used Wordpress so not sure if there is anything else that could slow down things.

Posted: Wed Aug 02, 2006 12:47 am
by fuhnie
Klemen Stirn wrote:Loads up reasonably fast for me. You can try if removing this

Code: Select all

require_once('header.txt'); 
and

Code: Select all

require_once('footer.txt'); 
from links.php speeds up things a little.

I never used Wordpress so not sure if there is anything else that could slow down things.
It seems that the page is loading fine now. Hmm.. Strange.

Anyway, sorry for the trouble. Thanks!

Posted: Thu Aug 03, 2006 11:51 am
by fuhnie
Anyway, sorry for the trouble. Thanks!
Err.. I guess I have to take back that... it's giving me the same problem again and I can't even view the links now. The Links just don't want to show up I don't know why...

I've removed the header.txt and footer.txt .. doesn't seem to help much

sigh...

Posted: Thu Aug 03, 2006 12:37 pm
by Klemen
Well if you open http://www.fuhnie.com/linkman/links.php directly it works ok, doesn't it? I have no idea how WP works so I can't be of much help here.

Posted: Thu Aug 03, 2006 2:23 pm
by fuhnie
thanks.. i'm aware that the /linkman/links.php loads okay. So it must be something to do with WP... i'll try to check it out

will update you guys if I found out the problem