Title: mddsharp's Replies - page 3 | WordPress.org

---

# mddsharp

  [  ](https://wordpress.org/support/users/mddsharp/)

 *   [Profile](https://wordpress.org/support/users/mddsharp/)
 *   [Topics Started](https://wordpress.org/support/users/mddsharp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mddsharp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mddsharp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mddsharp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mddsharp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mddsharp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 56 total)

[←](https://wordpress.org/support/users/mddsharp/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/mddsharp/replies/?output_format=md) [2](https://wordpress.org/support/users/mddsharp/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/mddsharp/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/mddsharp/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PWA] Prompting To Add To Home Screen Twice](https://wordpress.org/support/topic/prompting-to-add-to-home-screen-twice/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/prompting-to-add-to-home-screen-twice/#post-12428859)
 * I have a weird site lol
 * Some people come for the tourism side which is the homepage, some come for the
   Buy/Sell/Trade section, some come for local news, etc…
 * So, I made a WordPress page with all three of those sections so that the people
   coming for news and buy/sell/trade wouldn’t have to go through the homepage.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PWA] Huge performance boost and easy to configure](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/)
 *  [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/#post-12428243)
 * OK perfect, I am assuming the code above by Luke is already handled by the caching
   strategy plugin you sent me:
 * add_filter( ‘wp_service_worker_navigation_caching_strategy’, function() {
    return
   WP_Service_Worker_Caching_Routes::STRATEGY_STALE_WHILE_REVALIDATE; } );
 * add_filter( ‘wp_service_worker_navigation_caching_strategy_args’, function( $
   args ) {
    $args[‘cacheName’] = ‘pages’; $args[‘plugins’][‘expiration’][‘maxEntries’]
   = 50; return $args; } );
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PWA] Huge performance boost and easy to configure](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/)
 *  [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/#post-12428082)
 * [@westonruter](https://wordpress.org/support/users/westonruter/) OK TY working
   now. Lighthouse still says I have a performance issue, not sure what to do about
   that, I am behind Cloudflare and have it set to cache everything.
 * Now when you said I could add:
 * add_filter( ‘web_app_manifest’, function( $manifest ) { $manifest[‘short_name’]
   = ‘Carteret NC’; return $manifest; } );
 * Which file exactly?
 * And given the above code by Luke, what file is that added to? Where to define
   the start URL?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PWA] Huge performance boost and easy to configure](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/)
 *  [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/#post-12427877)
 * [@westonruter](https://wordpress.org/support/users/westonruter/) OK, I have the
   PWA plugin installed and activated, and the caching strategy plugin installed
   and activating.
 * I then visited my site on my mobile device using Chrome and got nothing to install
   on my home screen.
 * Here is my lighthouse report
 * [https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fccountync.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fccountync.com%2F&strategy=mobile&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PWA] Huge performance boost and easy to configure](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/)
 *  [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/huge-performance-boost-and-easy-to-configure/#post-12426121)
 * For someone new to this plugin, what exactly did you configure after installing?
   I installed it and there are no setting, nothing changed on my mobile device.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] PWA + Official AMP](https://wordpress.org/support/topic/pwa-official-amp/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/pwa-official-amp/#post-12425779)
 * Ah ok, I thought this was the framework for those that have built there own PWA.
 * Link to a good tutorial on setting this up after install? Like styling, setting
   icon, etc…?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comments Via Official AMP And Mod_Security](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/#post-12371205)
 * OK, I feel like an idiot.
 * I guess I just looked at the URL and saw AMP-WP.org and in my haste figured it
   was the AMP for WP site.
 * I will go to my corner now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comments Via Official AMP And Mod_Security](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/#post-12371182)
 * 404 To Homepage
 * Akismet Anti-Spam
 * AMP
 * Quick fix for amp-wp#3409 (you sent me)
 * Atomic Blocks – Gutenberg Blocks Collection
 * Classic Editor
 * Cloudflare
 * Contact Form 7
 * Easy WP SMTP
 * Glue for Yoast SEO & AMP
 * Insert Headers and Footers
 * Jetpack by WordPress.com
 * Smush
 * User Switching
 * Widget Logic
 * Widgets On Pages
 * WP SEO Structured Data Schema
 * WP User Avatar
 * Yoast SEO
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comments Via Official AMP And Mod_Security](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/#post-12371172)
 * And, I was able to recreate the error by going to the origin server AMP page 
   that isn’t in the Google cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comments Via Official AMP And Mod_Security](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comments-via-official-amp-and-mod_security/#post-12371168)
 * The error I got earlier was on a article I wrote 3 days ago. I haven’t had the
   other plugin installed in over a year.
 * I see no evidence at all of the other plugin. Not within the dashboard or via
   wp-content in my hosting.
 * I am only bringing this up because I didn’t want you and the others dealing with
   this as it comes up when it’s related to the other plugin. Plus, to me, it seems
   like a glaring security issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comment Form Under AMP: Failure](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/#post-12371131)
 * ok, give me a second to do that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comment Form Under AMP: Failure](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/#post-12371124)
 * [@westonruter](https://wordpress.org/support/users/westonruter/) I got an account
   on slack but have never used it and can’t figure out how to message you. Review
   [https://ccountync.com/weston.html](https://ccountync.com/weston.html)
 * If you need further info, let me know and we can figure out how to talk.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comment Form Under AMP: Failure](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/#post-12371077)
 * [@westonruter](https://wordpress.org/support/users/westonruter/) What is a way
   to contact your directly? I just found something major that isn’t right.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comment Form Under AMP: Failure](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/#post-12371055)
 * [@reneesoffice](https://wordpress.org/support/users/reneesoffice/) [@westonruter](https://wordpress.org/support/users/westonruter/)
   On it now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] WordPress Comment Form Under AMP: Failure](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/)
 *  Thread Starter [mddsharp](https://wordpress.org/support/users/mddsharp/)
 * (@mddsharp)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-comment-form-under-amp-failure/#post-12370988)
 * [@reneesoffice](https://wordpress.org/support/users/reneesoffice/) [@westonruter](https://wordpress.org/support/users/westonruter/)
   The URL is [https://ccountync.com/good-reasons-live-crystal-coast-carteret-county-nc/?amp](https://ccountync.com/good-reasons-live-crystal-coast-carteret-county-nc/?amp)

Viewing 15 replies - 31 through 45 (of 56 total)

[←](https://wordpress.org/support/users/mddsharp/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/mddsharp/replies/?output_format=md) [2](https://wordpress.org/support/users/mddsharp/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/mddsharp/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/mddsharp/replies/page/4/?output_format=md)