Wordpress integration, very SLOW loading

Problems installing LinkMan?
Post Reply
fuhnie
Posts: 4
Joined: Sun Jul 30, 2006 5:26 pm

Wordpress integration, very SLOW loading

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
fuhnie
Posts: 4
Joined: Sun Jul 30, 2006 5:26 pm

Post 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!
fuhnie
Posts: 4
Joined: Sun Jul 30, 2006 5:26 pm

Post 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...
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
fuhnie
Posts: 4
Joined: Sun Jul 30, 2006 5:26 pm

Post 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
Post Reply