Title: Mobile Cache Issue Research
Last modified: January 3, 2025

---

# Mobile Cache Issue Research

 *  Resolved [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/)
 * Every few days the events page breaks the layout when on mobile when desktop 
   looks fine. See this image:
 * [https://crawlstreet.com/wp-content/uploads/2025/01/Crawl-Street-Cache-Issue.png](https://crawlstreet.com/wp-content/uploads/2025/01/Crawl-Street-Cache-Issue.png)
 * The site uses the SiteGround Speed Optimizer plugin, and have set the following
   URL’s not to cache:
 * /events/
   /wp-content/plugins/the-events-calendar/(.*).css/wp-content/plugins/
   the-events-calendar/(.*).js/wp-content/plugins/event-tickets/(.*).css/wp-content/
   plugins/event-tickets/(.*).js
 * Is there anything else we can check? I believe it’s cache related b/c when I 
   clear the cache and refresh on mobile, it loads fine. I did test the /events/
   URL and the SG plugin says it’s not cached. We are also not combining any CSS
   or Javascript.
 * TIA!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-cache-issue-research%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18224873)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/) ,
 * Thank you for reaching out.
 * For us to understand and learn more about your setup, could you provide the version
   of the following?
    1. PHP
    2. WordPress
    3. The Events Calendar
    4. Theme and Version
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18227705)
 * PHP 8.2.27
   WordPress 6.7.1The Events Calendar 6.9.0Generate Press 3.5.1
 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18228972)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/) ,
 * Thank you for your message and the information.
 * Things seems to be up-to-date, and it doesn’t look like the issue is happening
   right at this moment. As such, at this time, I recommend enabling WordPress debugging(
   see [How to Enable Debugging in WordPress](https://theeventscalendar.com/knowledgebase/how-to-enable-debugging-in-wordpress/))
   to see if there’s any errors thrown in the debug log when the issue occurs.
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18229914)
 * It’s actually doing it right now. I will not clear the cache so you can see it.
   I see it on my Samsung phone.
 * I will turn on debugging now, as well.
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18229933)
 * I installed the plugin and I reloaded the events page. It’s now loading as normal.
   So I will monitor it and let you know what, if anything, I see in the debug log.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18231121)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * Thank you for your update. If you continue to encounter the issue, please don’t
   hesitate to reach out to us at any time.
 * If you happen to see any error messages, sharing those with us would be incredibly
   helpful so we can investigate further and work toward a resolution for you as
   quickly as possible.
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18234898)
 * It happened again. It may be related to when automated WordPress updates are 
   made. I will try and confirm that.
 * Outside of that, these are the messages I see, if it helps at all. It doesn’t
   look like it has anything to do with this issue, but will pass along.
   `[09-Jan-
   2025 12:55:29 UTC] PHP Warning: Undefined property: WP_Post_Type::$term_id in/
   path/to/public_html/wp-includes/taxonomy.php on line 1709``[09-Jan-2025 08:58:
   12 UTC] PHP Deprecated: rtrim(): Passing null to parameter #1 ($string) of type
   string is deprecated in /path/to/public_html/wp-includes/formatting.php on line
   2819`
 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18238884)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/) ,
 * Thank you for your message and the information.
 * Looks like those are warning and deprecation notifications that don’t really 
   stop program execution. As such, we may be dealing with a conflict here and not
   just caching. It would be good to test for conflicts. Could you follow the following
   steps?
    1. Deactivate all other plugins except for The Events Calendar Plugins.
    2. Switching to the[ Default theme](https://codex.wordpress.org/WordPress_Default_Themes).
 * Please read the [Testing for Conflicts Article](https://theeventscalendar.com/knowledgebase/k/testing-for-conflicts/)
   before doing anything. 
   To be safe, we’d recommend conducting tests and updates
   on a [Staging Server](https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/).
   Also, please keep a working backup of your website.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18244416)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * I hope everything is going smoothly for you. I just wanted to touch base and 
   inquire if you had the opportunity to review the above response as it has been
   some time since we last heard from you.
 * Looking forward to your reply.
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18245301)
 * I will have to determine the best way to do what you asked. I can’t just turn
   everything off, as it’s a production site.
 * I will follow-up when I have a solution.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18250883)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * We strongly recommend conducting the test on a [staging version of your live site](https://theeventscalendar.com/knowledgebase/creating-and-using-a-wordpress-staging-site/)
   first. This helps prevent any unnecessary disruptions or issues on your live 
   site.
 *  Thread Starter [gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * (@gnetconsulting)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18254441)
 * We are working to setup a staging site.
 *  Plugin Support [tristan083](https://wordpress.org/support/users/tristan083/)
 * (@tristan083)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18255296)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/) ,
 * Thank you for your message and the update.
 * Do let us know how things goes or if you have further questions/concerns, feel
   free to reach out.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18260245)
 * Hi [@gnetconsulting](https://wordpress.org/support/users/gnetconsulting/)
 * I just wanted to follow up to see if you’ve had the chance to create a staging
   site and [check for a possible plugin or theme conflict ](https://theeventscalendar.com/knowledgebase/testing-for-conflicts/)
   on your end? Looking forward to your reply.
 *  Plugin Support [Darian](https://wordpress.org/support/users/d0153/)
 * (@d0153)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18267835)
 * Hi there,
 * This thread has been inactive for a while, so we’ll go ahead and close this for
   now. Please open a new thread if any other questions arise, and we’d be happy
   to help.

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

The topic ‘Mobile Cache Issue Research’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

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

 * 15 replies
 * 3 participants
 * Last reply from: [Darian](https://wordpress.org/support/users/d0153/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/mobile-cache-issue-research/#post-18267835)
 * Status: resolved