this post was submitted on 20 Nov 2023
14 points (88.9% liked)

Apple

17437 readers
451 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
 

Safari has been very slow on my iPad recently, so I'm considering some alternatives.

My google search brought me some options like Opera Mini and Puffin but I don't like Opera and Puffin is deprecated.

I've been using Orion browser for a while since I thought it was faster than safari but it's so unstable that it grays out about once in 10 minutes.

I just tried installing Firefox Focus (since it says it's lightweight), not sure if it's the best option.

Is there any browser that is as simple as just a tabbed WebView? ( I mean, I'm looking for something dead simple like NetNewsWire for rss that is written in pure swift.)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 11 months ago (2 children)

everything use webkit by apple decision, i don't think you're very luck here

[–] [email protected] 4 points 11 months ago (1 children)

It sounds like OP is looking for a different App, not a different engine. Not sure what the actual issue is, though, maybe it is engine related.

[–] [email protected] 10 points 11 months ago (1 children)

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.

[–] [email protected] 0 points 11 months ago* (last edited 11 months ago) (1 children)

(except for puffin)

Where do you think I should ask this question in? Asklemmy?

[–] [email protected] 11 points 11 months ago (1 children)

You are in the right place, but there is no solution. All browsers are basically safari with a different „skin“ on iOS.

[–] [email protected] 2 points 11 months ago (1 children)

They do behave differently, though. In fact, Firefox Focus worked surprisingly fast compared to Safari.

[–] [email protected] 4 points 11 months ago (1 children)

Firefox on iOS uses WebKit.

I think you’ve inadvertently narrowed down that the issue is an extension you have enabled for Safari. Since it’s not the website itself.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

I have enabled only 1Password for Safari. There's no other extension enabled/installed.

It appears that it's not about rendering engine, although everyone mentions about that. The problem is in the app itself, not webkit.

And I know that every browsers on iOS use WebKit.