Let ${(r_n)}_{n \geq 0}$ be a sequence of integers $\geq 2$. Set $q_n=\prod_{i=0}^{n-1} r_i$ (agreeing with $q_0=1$). I want to know whether one of these two conditions implies the other one (I think the answer is no but I don't find counter-examples). The first condition is $$(\Delta)\colon\quad \sum \frac{r_n \log r_n}{q_{n+1}} < \infty.$$ The second condition is $$(\Theta)\colon\quad \limsup_{\epsilon\to 0}\,\epsilon \sum_{i=0}^{k(\epsilon)}r_i\log r_i \to 0$$ where $k(\epsilon) = \max\{k \mid q_{k+1}^{-1} \geq \epsilon\}$.
For example:
Any bounded sequence $(r_n)$ satisfies both conditions. This is obvious for $(\Delta)$, and not difficult for $(\Theta)$.
The case $r_n=n+2$ satisfies both conditions. This is not difficult for $(\Delta)$, and this can be shown for $(\Theta)$ by using the inequalities $k! \geq k^{\frac{k}{2}}$ and $\sum_{i=1}^n k \log k \leq {(n \log n)}^2$.
Incidentally, if none of these conditions implies the other one, I would be interested in a simplified formulation of condition $\Delta\cap\Theta$.
$\Delta \implies \Theta$
Let $\varepsilon > 0$ and take such $N_1$ that $$\sum_{i=n+1}^m \frac{r_i \log r_i}{q_{i+1}} < \varepsilon$$ whenever $N_1 \leqslant n \leqslant m$. There is such $N_2$ that $$\frac{ \displaystyle \sum_{i=0}^{N_1} r_i \log r_i }{ q_{m+1} } < \varepsilon$$ if $m \geqslant N_2$. Let $N = \max \{ N_1, N_2 \}$.
For $h < \frac{1}{q_{N+1}}$ let $m = \max \left\{ m : h \leqslant \frac{1}{q_{m+1}} \right\}$ so $m \geqslant N$ and $$h \cdot \sum_{i=0}^m r_i \log r_i \leqslant \frac{\displaystyle \sum_{i=0}^m r_i \log r_i}{q_{m+1}} = \frac{\displaystyle \sum_{i=0}^{N_1} r_i \log r_i}{q_{m+1}} + \frac{\displaystyle \sum_{i=N_1+1}^{m} r_i \log r_i}{q_{m+1}} \leqslant \\[1ex] \leqslant \frac{\displaystyle \sum_{i=0}^{N_1} r_i \log r_i}{q_{m+1}} + \sum_{i=N_1+1}^m \frac{r_i \log r_i}{q_{i+i}} < 2 \varepsilon$$
and we're done.
I'll try to think whether the other implication holds.