Load embedded forum faster?

mLgz0rn
User ww
User ww
Posts: 42
Joined: Fri Jan 20, 2017 5:23 pm

Load embedded forum faster?

Post by mLgz0rn »

Hey, is there anyway to make the embedded forum to load faster? right now it takes a few seconds before it shows up.
http://poachers.clanroyal.dk/forum/
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Load embedded forum faster?

Post by axew3 »

look that your iframe not resize in this moment, so maybe you have not completed the embed procedure.
The iframe load another page, so it depend by your server. You can add cache for phpBB.
By the way when the iframe has been loaded on page forum, it load exactly as your server load any other page while you navigate it, and only reload both WP and phpBB iframe on certain inputs.
mLgz0rn
User ww
User ww
Posts: 42
Joined: Fri Jan 20, 2017 5:23 pm

Re: Load embedded forum faster?

Post by mLgz0rn »

Yeah I forgot to change the path to the iframeResizer.contentWindow.min.js after moving the site to another subdomain.

Hmm, guess my webserver is crap then :D
User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: Load embedded forum faster?

Post by Lantern »

Mmm i suffer also this problem - it takes seconds to load the embedded forum ( http://www.tradealliance.nl/ ) :roll:
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Load embedded forum faster?

Post by axew3 »

except the fact that when the iframe is loaded first time on iframe page, it require to load it the time that is required to load phpBB, could be half second or 1, 2 seconds. After the iframe has been loaded, when you navigate inside, WP do not interfere (only the iframe load and answer, only phpBB).

So the first time gap load problem, could be resolved with a nice preloader?

Also, i note the code added into your overall_footer.html:
could you try to move it JUST BEFORE the closing </body> tag, instead of where you've put it (so remember to rebuild template page into phpBB) to see if you note benefit by doing this in the while?
User avatar
Lantern
User www
User www
Posts: 66
Joined: Fri Sep 09, 2016 12:07 pm
Location: The Netherlands
Contact:

Re: Load embedded forum faster?

Post by Lantern »

Thx ! i will try!
Post Reply