>But there are people who are currently browsing with AWeb and >iBrowse on their Amiga's without graphics cards...
Can you tell how much memory this classic systems without GFX Cards have ?
netsurf nead at least a amiga with 48 megabyte of RAM to run usefull.
Now tell me which AGA only user have in his amiga 48 megabyte of RAM

the netsurf engine render all pages complete in 32 bit.This all browser do, but other browsers need lots more RAM.
If you use MUI or Reaction you need more RAM usage, because many unused libs are load
>1. Get rid of true type fonts
if this bring a speedup on your system, you can easy check, with first netsurf version.
there are two versions released, 1 with truetype fonts, 1 with internal and fast font that need no AA.
But in real world nobody see a speedup of internal fonts, so there is no time spend to support this.thats too an argument that graphic is no problem, and netsurf Core need most time.
normaly AA truetype fonts are 10* slower as non AA Fonts.
The mistake most amiga users do that do not program, is they live in theory.
Only when you look on praxis and measure speed use a profiler you can see if speedup is really possible.
and this i have done and i see that Problem is the netsurf core which use 95% of time.
and when you with a wonder speedup graphic part that is do from SDL by factor 8 you get only a overall speedup if 4.5 %.
but if you slowdown with AGA by factor 8(yes it cost lots time to convert from chunky to playnar) you get 8*5% 40% slowdown.