Title: Setup issues &amp; performance
Last modified: May 16, 2020

---

# Setup issues & performance

 *  [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/)
 * I can’t configure PWA correctly according to Lighthouse and it slows down my 
   web load time. As well as disabling the download of the robots.txt in Lighthouse.
   Any recommendation?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsetup-issues-performance%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12850390)
 * On the given link, there is an issue to load the manifest.json, which is load
   by [https://myzone-hz5sku48qafi72x5.netdna-ssl.com/pwa-manifest.json](https://myzone-hz5sku48qafi72x5.netdna-ssl.com/pwa-manifest.json).
   Is this CDN URL, if yes then please enable CDN compatibility.
 * Because both URLs are different, it needs to be the same URL
    [https://pwa-for-wp.com/docs/article/how-to-enable-cdn-compatibility-in-pwa/](https://pwa-for-wp.com/docs/article/how-to-enable-cdn-compatibility-in-pwa/)
 * or performance, in the latest version 1.7.13 we did some fixes related to performance.
   So we suggest please check on the latest version once.
    -  This reply was modified 5 years, 12 months ago by [Magazine3](https://wordpress.org/support/users/magazine3/).
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12850622)
 * Hello, I already enabled the CDN and it keeps marking error. Also in Lighthouse
   it marks other errors. How can i fix this?
 * [https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fneo-emarketing.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#pwa](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fneo-emarketing.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#pwa)
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12850821)
 * As you shared the lighthouse result PWA is completely disabled, because manifest
   is not detected. If we resolve the below error its will be clear.
 * Try to load manifest with proper URL like this [https://neo-emarketing.com/pwa-manifest.json](https://neo-emarketing.com/pwa-manifest.json).
 * [https://prnt.sc/sitqnw](https://prnt.sc/sitqnw) this manifest is not detected
   by PWA.
 * Are you using server-side caching clear it properly
    for the safe side, check
   once after disabling CDN, it will surely work.
    -  This reply was modified 5 years, 12 months ago by [Magazine3](https://wordpress.org/support/users/magazine3/).
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12856814)
 * Hi, i exclude that URL from cdn and that works… but still with other issues
 * [https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fneo-emarketing.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#pwa](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fneo-emarketing.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#pwa)
 * Could you pls double check the setup?
 * Regards
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12863246)
 * Hi, Great now your manifest is loading perfectly.
 * now you need to clear the cache of js optimizer because it is giving 504 response
 * just clear the cache of js optimizer and check on the lighthouse or ‘application-
   >Service worker it’s detected or not’
 * I hope it will resolve the issue. let us know if any issue
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12865402)
 * Hi, I cleared cache with wp rocket and still not working… how can I clear cache
   of js optimizer?
 * Regards,
    Daniel.
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12896658)
 * Hi, do you have updates?
 *  Plugin Author [Magazine3](https://wordpress.org/support/users/magazine3/)
 * (@magazine3)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12902962)
 * Now the conclusion PWA service worker and manifest is loading perfectly.
    [https://prnt.sc/sp6uik(Manifest)](https://prnt.sc/sp6uik(Manifest))
   and [https://prnt.sc/sp6uvn](https://prnt.sc/sp6uvn) (Service worker)
 * Issue: in the manifest image, you can check the second arrow (error message) 
   because your service worker code is loaded within CDN [https://prnt.sc/sp6vai](https://prnt.sc/sp6vai)
 * SO I suggest you, exclude pwa-register-sw.js from the merging and also from CDN
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-12905892)
 * Hi guys,
 * As you can see here, im excluding your URLs
 * [https://prnt.sc/spj1c9](https://prnt.sc/spj1c9)
    [https://prnt.sc/spj1t7](https://prnt.sc/spj1t7)
 * But the issue it looks to be other… what can I do? I even updated the plugin 
   and still without works!
 * Regards,
    Daniel.
 *  Thread Starter [Daniel](https://wordpress.org/support/users/danielragona/)
 * (@danielragona)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-13531485)
 * man i didn’t make this works, the ticket is not resolved come on! you wont see{
   my site} marked as PWA, could you pls share me how to make run the basic setup
   works?
    -  This reply was modified 5 years, 7 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
    -  This reply was modified 5 years, 7 months ago by [Yui](https://wordpress.org/support/users/fierevere/).
      Reason: redundant link(s) deleted

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Setup issues & performance’ is closed to new replies.

 * ![](https://ps.w.org/pwa-for-wp/assets/icon-256x256.png?rev=1939317)
 * [PWA for WP - Progressive Web Apps Made Simple](https://wordpress.org/plugins/pwa-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pwa-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pwa-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/pwa-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pwa-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pwa-for-wp/reviews/)

## Tags

 * [Setup](https://wordpress.org/support/topic-tag/setup/)

 * 10 replies
 * 2 participants
 * Last reply from: [Daniel](https://wordpress.org/support/users/danielragona/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/setup-issues-performance/#post-13531485)
 * Status: not resolved