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/
Load embedded forum faster?
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Load embedded forum faster?
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.
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.
-
- User ww
- Posts: 42
- Joined: Fri Jan 20, 2017 5:23 pm
Re: Load embedded forum faster?
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
Hmm, guess my webserver is crap then
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Load embedded forum faster?
Mmm i suffer also this problem - it takes seconds to load the embedded forum ( http://www.tradealliance.nl/ )
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Load embedded forum faster?
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?
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?
- Lantern
- User www
- Posts: 66
- Joined: Fri Sep 09, 2016 12:07 pm
- Location: The Netherlands
- Contact:
Re: Load embedded forum faster?
Thx ! i will try!