You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint /stats?username=xxxx&theme=x currently sends response.svg (the SVG file which is saved in the root directory after rendering the SVG object created using SVGwrite library) as a response.
This approach is inefficient.
I suggest sending the SVG object as a response to the endpoint instead of saving a SVG file.
The text was updated successfully, but these errors were encountered:
The endpoint
/stats?username=xxxx&theme=x
currently sendsresponse.svg
(the SVG file which is saved in the root directory after rendering the SVG object created using SVGwrite library) as a response.This approach is inefficient.
I suggest sending the SVG object as a response to the endpoint instead of saving a SVG file.
The text was updated successfully, but these errors were encountered: