Title: programmin's Replies - page 2 | WordPress.org

---

# programmin

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 177 total)

[←](https://wordpress.org/support/users/programmin/replies/?output_format=md) [1](https://wordpress.org/support/users/programmin/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/programmin/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/programmin/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/programmin/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Exception after upgrade Wp-statistics 14.8](https://wordpress.org/support/topic/exception-after-upgrade-wp-statistics-14-8/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/exception-after-upgrade-wp-statistics-14-8/#post-17831489)
 * PHP7.4 I believe.
 * I note this issue because other developers probably will need to update their
   code if they call the same function – is there a developer’s update you publish
   upon major updates like this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-after-last-update-9/page/2/#post-17535569)
 * Here’s one hint, it looks like it often hits the out of memory on wp-includes/
   option.php line:
 *     ```wp-block-code
       	$alloptions = apply_filters( 'pre_wp_load_alloptions', null, $force_cache );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Type E_Error in Visibility.php after Update](https://wordpress.org/support/topic/type-e_error-in-visibility-php-after-update/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/type-e_error-in-visibility-php-after-update/#post-17519045)
 * Was this ever updated/fixed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-after-last-update-9/page/2/#post-17505485)
 * I noted it in [https://wordpress.org/support/topic/issue-after-last-update-9/#post-17431727](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17431727)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-after-last-update-9/page/2/#post-17504595)
 * Just wanted to note this is _still happening with the latest wp-statistics, 14.5.2:_
 * Error: Allowed memory size of 1572864000 bytes exhausted (tried to allocate 262144
   bytes)…
 * on request /wp-json/wp-statistics/v2/hit
 * `/wp-includes/class-wp-object-cache.php` at line `364`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/page/2/#post-17454421)
 * Even with the memory limit up to 1.5GB I’m still seeing the memory limit issue.
   Is that one that is actively being worked on for an upcoming update?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17440424)
 * It’s always /wp-json/wp-statistics/v2/hit that gets 500 with memory error by 
   what I see in the logs.
 * “GeoIP Collection” enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17437241)
 * Whenever it gets that 500 error, memory limit fatal exception – it would be not
   completing the queries? I think slowness would be a different issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17431727)
 * I assume you mean “`wp_statistics_visit`or” etc etc.?
 * <28000 rows in each of those tables on sites with issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17429253)
 * Thank you, it’s better, It’s actually still having issues with the new version
   from time to time after updating and increasing memory limit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Had to deactivate](https://wordpress.org/support/topic/had-to-deactivate-3/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/had-to-deactivate-3/#post-17426691)
 * Just curious, what plugin version? And do those metrics show an increased CPU,
   Memory or what? Is it related to excessive memory use?
 * [https://wordpress.org/support/topic/issue-after-last-update-9/](https://wordpress.org/support/topic/issue-after-last-update-9/)
   and others relate what might be a relevant problem with the memory limit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17426680)
 * Are you asking me how you get your site log? Depends on your php configuration
   and hosting. It may (or may not) email the admin an email about php fatal exceptions
   in newer WP versions I recall.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Issue after last update](https://wordpress.org/support/topic/issue-after-last-update-9/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-after-last-update-9/#post-17425376)
 * I wonder, if you check the fatal errors log, do you see any
 * Error: Allowed memory size of (X) bytes exhausted
 * This is an error I am also seeing where the /wp-json/wp-statistics/v2/hit call
   is causing an out of memory error and it’s happening sometimes, on sites with
   14.4.2 update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization] Breaking svg icon img](https://wordpress.org/support/topic/breaking-svg-icon-img/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/breaking-svg-icon-img/#post-16913530)
 * Nope it is not, the only solution was to use that option that says to not optimize
   first (n) number of images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Style Kits - Advanced Theme Styles for Elementor, Elementor Kits & Elementor Patterns] Front End Critical Errors and Editor Problems](https://wordpress.org/support/topic/front-end-critical-errors-and-editor-problems/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/front-end-critical-errors-and-editor-problems/#post-16881583)
 * I saw this as well – were you using Elementor 3.15 (beta)? Maybe this will have
   to have an update for upcoming Elementor 3.15.

Viewing 15 replies - 16 through 30 (of 177 total)

[←](https://wordpress.org/support/users/programmin/replies/?output_format=md) [1](https://wordpress.org/support/users/programmin/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/programmin/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/programmin/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/programmin/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)