-
Scott Voth replied to the topic WordPress 4 in the forum Help & Support 10 years ago
Hi Matt @brooks1man –
I haven’t actually heard of any issues with WP 4.0. Is it possible that you can go to Settings>>Permalinks and ‘save’ to refresh your links – does that resolve this issue?
I am also pinging @r-a-y to see if he might have heard of any issues with WP 4.0 and Docs.
Thanks!
-
Boone Gorges replied to the topic Wiki is Slow to Load in the forum Help & Support 10 years, 2 months ago
@brooks1man – Thanks so much for the debugging.
It looks like there’s an error in my logic in
check_is_protected()
. Can you change this lineif ( '' === $is_protected ) {
to
if ( '' !== $is_protected ) {
to see if that fixes the problem? I’m pretty sure that’s it 🙂
-
Scott Voth replied to the topic Wiki is Slow to Load in the forum Help & Support 10 years, 3 months ago
Good research here – thanks Matt! @r-a-y – do you think this is a bug, or maybe an enhancement will handle this situation a little more efficiently? Thanks!
-
Scott Voth replied to the topic Wiki is Slow to Load in the forum Help & Support 10 years, 4 months ago
Hi Matt @brooks1man
We haven’t had any reports of this kind of slowness. Are you still experiencing it? Do you have a lot of content on your wiki? I was wondering if it is taking a long time to generate the content listing. Can you share a link (either privately or publicly)? I can ask one of our dev team members to take a look. Thanks.