PSNR-oriented models (POMs) have achieved great success and are widely adopted in many image superresolution (SR) applications. However, details of images generated by these models are usually over-smoothed. Many existing methods improve the perceptual quality of generated images by designing models with larger sizes to optimize the models' learning ability, or using GAN-based models to generate fake details. Unfortunately, those methods cost too much labor effort to be practical in real-world applications. To solve this issue, in this paper, we discover two factors that inhibit POMs from achieving high perceptual quality: 1) center-oriented optimization (COO) problem and 2) model's low-frequency tendency. First, POMs tend to generate an SR image whose position in the feature space is closest to the distribution center of all potential high-resolution (HR) images, resulting in such POMs losing high-frequency details. Second, 90% area of an image consists of low-frequency signals; in contrast, human perception relies on an image's high-frequency details. However, POMs apply the same calculation to process differentfrequency areas, so that POMs tend to restore the lowfrequency regions. Based on these two factors, we propose a Detail Enhanced Contrastive Loss (DECLoss), by combining a high-frequency enhancement module and spatial contrastive learning module, to reduce the influence of the COO problem and low-Frequency tendency. Experimental results show the efficiency and effectiveness when applying DECLoss on several regular SR models. E.g, in EDSR, our proposed method achieves 3.60Ă faster learning speed compared to a GAN-based method with a subtle degradation in visual quality. In addition, our final results show that an SR network equipped with our DECLoss generates more realistic and visually pleasing textures compared to state-of-the-art methods.