fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.15k stars 383 forks source link

replace background image (grpc-bg.svg) with a simple gradient #317

Closed dragonsinth closed 4 months ago

dragonsinth commented 4 months ago

https://github.com/fullstorydev/grpcui/issues/316

The background image (grpc-bg.svg) is significantly large in size (1.7MB). When embedded into servers with limited bandwidth, it consumes a significant portion of the available resources and results in slower load times.

Please consider replacing the existing image with a simpler pattern or opt for a plain color background.

Before:

Screenshot 2024-04-27 at 11 29 56 AM

After:

Screenshot 2024-04-27 at 11 31 33 AM

Any feedback on the exact color choices is welcome. CC: @lqs

dragonsinth commented 4 months ago

CC: @jhump what was the story on that SVG anyway?

jhump commented 4 months ago

A little surprising that it is so large... I just lifted it from the grpc.io home page (which still uses it today). I didn't think too much about it beyond that. My bad.

dragonsinth commented 4 months ago

A little surprising that it is so large... I just lifted it from the grpc.io home page (which still uses it today). I didn't think too much about it beyond that. My bad.

No big deal, I'm surprised anyone ever noticed!