I proved the identity: $$ \lim_{x\rightarrow\infty} x\int_0^1 t^{x t} dt = 1 $$ but my proof is very long and complicated. I'm wondering if there is a simpler way to do it.
Putting a lower bound of 1 is pretty straightforward, because $t^{xt}\ge t^x$ for $t\in[0,1]$: $$ \lim_{x\rightarrow\infty} x\int_0^1 t^{x t} dt \ge \lim_{x\rightarrow\infty} x\int_0^1 t^{x} dt = \lim_{x\rightarrow\infty} \frac{x}{x+1} = 1 $$ I did manage to prove an upper bound of 1 by taking Riemann sums after substituting $y = tx$ but I am wondering if there is a more elegant way to do it.
With integration by parts one can prove for $x \to \infty$ the asymptotic formula below. The condition for $h(t)$ is that it is increasing on (0,1) and $v$ is assumed to be >0 and bounded. (One may also insert into the integrand a continuous function with certain growth conditions, but I'll leave that generalization aside.)
$$ \int_0^1 \exp{(x \,h(t) )} (1-t)^{v-1} \, dt \sim \frac{\Gamma(v)}{x^v} \frac{\exp{(x h(1) )}}{(h'(1))^v} $$
An earlier answer of mine used this but I was sloppy and used it even though the integrand is not increasing over all of (0,1). Fortunately there is a way to salvage the argument.
The picture illustrates that for large $x$ only the regions around the endpoints of $t=0$ and $t=1$ are important. Split the integrand at $t=1/e,$ the minimum of $t \, \log{t}.$ Furthermore write $$ \exp(x t\,\log{t} ) = \exp{(-x/e)} \exp{\big(x(t\log{t} + 1/e})\big)= \exp{(-x/e)} \exp{\big(x\, h_1(t)\big)}$$ This is done because $h_1(t) \ge 0$ for t in (0,1). The split means $$ I(x)=\int_0^1 \exp{x(\,t\,\log{t})} dt =\exp{(-x/e)}\Big( \underbrace{\int_0^{1/e} \exp{\big(x\, h_1(t)\big)} \,dt}_{I_1} + \underbrace{\int_{1/e}^{1} \exp{\big(x\, h_1(t)\big)} \,dt }_{I_2} \Big)$$ $I_2$ is easy to deal with from the formula on the top of the page. The fact that the lower limit does not extend to 0 can be handled with this argument: We could augment $h_1$ with a function that has a value <0 over (0,1/e) and the criterion of non-decreasing would still be satisfied, and the integral over (0,1/e) would be exponentially smaller than the part we are interested in. Using the formula we find $h(1)=1/e,$ $h'(1) = 1$ and thus $$ \exp{(-x/e)}\, I_2 = \exp{(-x/e)}\, \cdot \frac{ \exp{(x/e)}}{x} \sim \frac{1}{x} $$ Now we want to show $\exp{(-x/e)}I_1$ is exponentially smaller. Rescale the integral to find $$ I_1 = \frac{1}{e}\, \int_0^1 \exp{(x/e \,t\log{(t/e)}) }\, dt= \frac{1}{e}\, \int_0^1 \exp{\big(x/e \,t(\log{t} - 1)\big) }\,dt$$ $$= \frac{1}{e}\, \int_0^1 \exp{\big(x/e \,(1-t)(\log{(1-t)} - 1)\big) }\,dt = $$ $$=\frac{ \exp{(-x/e)}}{e} \int_0^1 \exp{\big(x/e\big(\underbrace{1+ \,(1-t)(\log{(1-t)} - 1)}_{h_2(t)}\big)\big) }\,dt$$ From the first line to the second the substitution $t \to 1-t$ was performed. In the last line of the previous calculation $h_2$ has been defined so that it is $\ge 0 $ on (0,1). If we try to use the formula at the top of page then we find $h_2'(1) = \infty,$ and that is not allowed so the formula is not directly applicable. However, we only want a bound so define $$ h_3(t) = \frac{t^2}{2}(1+t) \ge h_2(t) , \text{ so } h_3'(1) = 5/2, h_3(1)=1.$$ We can thus use the formula and find $$ I_1 < \frac{ \exp{(-x/e)}}{e} \cdot \frac{ \exp{(x/e)}}{5/2 x} = \frac{2}{5 e x} $$ Thus indeed $\exp{(-x/e)} I_1$ is exponentially smaller.