When I go to a community page (not signed in) I see thousands of subscribers, but when I access the community from within my account, I am shown dramatically less subscribers. I am a new convert from Reddit and don't understand what is going on.
Another community I wanted to join with 1.5k subscribers and lots of posts, came up as zero subscribers and no posts when I searched for and went when signed in. It showed that it was the correct community page, but nothing there.
Worth noting that some of this isn't always 💯 possible. If some instances have blocked other instances where users have interacted with a post, your numbers and their numbers will diverge. The host of the content generally will have the most complete numbers, but it might be possible for that to be wrong if the server doesn't have authorized fetch enabled (ie: server a has content, blocks server b, server c boosts the content but does not block c, c boosts/upvotes/favorites it. A now doesn't know about any metrics from server C, despite being the original source of content).
No, now I understand that I will be shown the number of people subscribed on my server when logged in. But I still don't understand why I cannot see posts made before I subscribed. I can see them on other communities and comment. Is that a decision made by each community?
I understand that I will be shown the number of people subscribed on my server when logged in.
I don't understand, and I think that would actually be some kind of bug. If a specific server shows different numbers logged-in vs anonymous.
I still don’t understand why I cannot see posts made before I subscribed. I can see them on other communities and comment. Is that a decision made by each community?
Are you mixing up the words "community" with "instance"?
Instance means server. Lemmy.ml vs. Lemmy.world
Community means topic, such as !historymemes@lemmy.ml is a community
A Community has a "home instance" (server) that is where the community first originated and was created. Typically the home of a community is where the full copy of all comments, posts, votes are kept. But I suppose it is possible for even them to purge content to save storage or improve performance (or some other reason).
A Community can be subscribed to by remote instances. This is where there is a lot of end-user and new admin (new isntance) confusion. It is not automatic to get all content from all other instances. The very first Community subscriber on an Instance starts the flow of content from the "home instance" of a specific Community to this specific now-subscribed "remote Instance".
ALSO NOTE: there are bugs in Lemmy "replication" logic. Such as delete of a comment not going to all Instances for a community. As of version 0.18.2, the actual side-by-side comparison of two instances for the same Community can show such inconsistencies. I have personally run such comparisons with !lemmy_helper@lemmy.ml code. There isn't currently a mechanism I'm aware of to fix these issues.
Back to what you said:
I still don’t understand why I cannot see posts made before I subscribed.
If your remote instance has never had a subscriber to that specific Community, flow of data begins at the time of your subscribe. It does not do what is called "back-fill" of votes, comments, posts that may go back 4 years of Lemmy servers being online.