Title: few items
Last modified: April 7, 2021

---

# few items

 *  Resolved [tcll](https://wordpress.org/support/users/tcll/)
 * (@tcll)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/few-items/)
 * Seems like a cool plugin, I have a few issues though and I’m looking for advice—
 * (1) Per PageSpeed, there is no TTL set for
 * [https://(website)/wp-content/webpc-passthru.php?src=https://(website)/wp-content/uploads/2021/04/(image1)](https://(website)/wp-content/webpc-passthru.php?src=https://(website)/wp-content/uploads/2021/04/(image1)).
   jpg&nocache=1
 * This is the first location block I have in nginx:
 *     ```
       location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif)$ {
                       if ($http_accept !~* "image/webp") {
                           break;
                       }
                       add_header Vary Accept;
                       expires 1y;
                       try_files /wp-content/uploads-webpc/$path.$ext.webp $uri =404;
               }
       ```
   
 * Is the fact that there is nocache=1 related to why PageSpeed is reporting this?
   What is appending nocache?
 * (2) I see an assets being loaded twice per inspector, e.g.
 * [https://(website)/wp-content/uploads/2021/04/(image2)](https://(website)/wp-content/uploads/2021/04/(image2)).
   png
    [https://(website)/wp-content/webpc-passthru.php?src=https://(website)/wp-content/uploads/2021/04/(image2)](https://(website)/wp-content/webpc-passthru.php?src=https://(website)/wp-content/uploads/2021/04/(image2)).
   png&nocache=1
 * Should this be happening?
 * Thanks for your help,

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * (@mateuszgbiorczyk)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/few-items/#post-14287192)
 * Hello [@tcll](https://wordpress.org/support/users/tcll/),
 * Thanks for your message.
 * Please set the mode via .htaccess in plugin settings.
 * Best,
    Mateusz

Viewing 1 replies (of 1 total)

The topic ‘few items’ is closed to new replies.

 * ![](https://ps.w.org/webp-converter-for-media/assets/icon-256x256.png?rev=2636288)
 * [Converter for Media - Optimize images | Convert WebP & AVIF](https://wordpress.org/plugins/webp-converter-for-media/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webp-converter-for-media/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webp-converter-for-media/)
 * [Active Topics](https://wordpress.org/support/plugin/webp-converter-for-media/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webp-converter-for-media/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webp-converter-for-media/reviews/)

## Tags

 * [nginx](https://wordpress.org/support/topic-tag/nginx/)
 * [pagespeed](https://wordpress.org/support/topic-tag/pagespeed/)
 * [ttl](https://wordpress.org/support/topic-tag/ttl/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mateusz Gbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/few-items/#post-14287192)
 * Status: resolved