• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • I liked to use a three tiered approach…

    Back when we could jailbreak our iPhones I’d use this and overwrite the system’s hosts file. I still use it on my Mac, even if I can’t on iOS anymore.

    A VPN is an excellent solution, but when selecting one, you have to read the privacy policy and NOT give the policy the benefit of the doubt. I’ve seen a few that give themselves permission to share your info while making it sound reasonable. I use lockdown personally.

    For Safari Extensions, 1Blocker is what ai currently use.








  • Safari is a very thin wrapper around the WebKit rendering engine. Oversimplifying, but it basically only handles bookmarks and tabs. The actual webpage is handled with WebKit and all web browsers on iOS use WebKit.

    So if Safari is acting slow, then you can presume that all browsers on iOS would act slow in those same situations.

    In practice though, Safari/webkit slowdown tends to be one of two things:

    1. Poorly designed website: Think tons of trackers, ads, and analytics that bog down the website for no benefit to the user.

    2. Browser Extension issues:

    Some extensions can speed up websites, mostly in the form of blockers than prevent unnecessary resources from loading in the first place…

    On the other end of the spectrum, there are extensions that slow websites down that need to read and inject content into the source. It may be prudent to examine your extensions and see if there are conflicts.