lag & more

kiro
User ww
User ww
Posts: 33
Joined: Wed Jul 25, 2018 6:44 pm

Re: lag & more

Post by kiro »

yep. the scroll bug solves when i add a bracket that you told me in overall_footer, but with that bracket the urls in iframe page were always xxx.net/forum, and i wanted both the absolute urls and no scroll to top.
its here, viewtopic.php?f=2&t=838&start=20#p3070
kiro
User ww
User ww
Posts: 33
Joined: Wed Jul 25, 2018 6:44 pm

Re: lag & more

Post by kiro »

kiro wrote: Thu Sep 06, 2018 1:31 pm nice, thanks for the information :) i asked because registration in wordpress is not essential in my page, but i want it to be a better integration and i've read that loading speed is important for SEO. but for now it's good and with my wp cache plugin is better. if i see problems in the future i'll tell you

about the chrome lag, the problem was that i had disabled the gpu aceleration in chrome, i enabled it and the lag fixed. but i don't know if this is a problem only with the plugin or a general problem with gpu aceleration and iframe pages. what do you think? it can be annoying for visitors who have the option disabled
i'm starting learning about the seo part of wp and i have a doubt. should i mark as 'no index' the iframe wp page? the forum is in a subdomain and i don't know how the search engine works in this case, and whether it's good to keep the /forum page traceable and indexable or not
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: lag & more

Post by axew3 »

We can consider that the way spiders see a page with an iframe is to look into it, without considering what the iframe contain because it's another page.
The problem so was coming out due to widgets and shortcodes pointing to iframe, if on iframe mode and links activated to point to this page: all are pointing to same page, with different passed vars to open different phpBB pages, but all pointing to the same WP page with an iframe (phpBB).
Yes it was a SEO problem but it's has been resolved time ago.
You can see that output of links into widgets or shortcodes are something like this:

Code: Select all

<a id="w3all096835" onmouseover="w3allIframeHref('w3all096835','https://www.axew3.com/w3/index.php/forum/?forum_id=2&amp;topic_id=857&amp;post_id=3166#p3166');" href="https://www.axew3.com/w3/index.php/forum/?forum_id=2&amp;topic_id=857&amp;post_id=3166#p3166">Can't log in via wordpress</a>
explained: if user's mouse move over links, javascript pass onclick the WP page url with the phpBB iframed, WHILE let bots/spiders to follow REAL phpBB URL.
What spiders will see/follow will be the REAL phpBB URL and not the WP iframed page.
This has been resolved, but i will return over to improve it further more.
Locked