I'm thinking how to alter yourls to make new shorten urls faster. I don't really see where it is in the code, but when "yourls" is making new shorten url, it adds title to the database, so I assume that it has to open given url and parses it to get url. I don't need it and maybe it causes that short url creates slowly. I thought about making my own url shortener, but I am really out of time.
What do you think, is it anything that I can change in the yourls script, and where I can find in the code where it's searching it (i would just set title to "" constantly, cause this column can stay in the database for now).