Title: programmin's Replies - page 8 | 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 - 106 through 120 (of 177 total)

[←](https://wordpress.org/support/users/programmin/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/programmin/replies/?output_format=md) [2](https://wordpress.org/support/users/programmin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/programmin/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/programmin/replies/page/9/?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/9/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Long time to load and high cpu on mobile devices](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/#post-9091115)
 * It happens anywhere a form is on the page – even your example demo.
 * Loading time _can_ be slow (at half MB of js), but the chart above is javascript
   CPU profile.
 * No, I didn’t notice high cpu, just that large chunk in the chart.
 * Thanks for checking!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Long time to load and high cpu on mobile devices](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/#post-9067654)
 * Just thought I would mention this does happen on your example site as well. This
   is a JS CPU profile connected to a Samsung tablet, on which this particular form
   takes over 11 seconds of CPU time!
 * > [View post on imgur.com](https://imgur.com/a/dppQp)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] What keeps it in “DEPRECATED” mode?](https://wordpress.org/support/topic/what-keeps-it-in-deprecated-mode/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/what-keeps-it-in-deprecated-mode/#post-9063109)
 * Well to answer my own question… looks like there is an upgrade option in the 
   settings 🙂
 * Looks like the ids change on this upgrade? That could cause problems…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Form Shortcode is not loading in Modal Popup](https://wordpress.org/support/topic/form-shortcode-is-not-loading-in-modal-popup/)
 *  [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/form-shortcode-is-not-loading-in-modal-popup/#post-9056540)
 * Ninja-forms in general does not work when grabbed from AJAX. You first of all
   have to enqueue_script and styles _into_ the page, which doesn’t run on an admin-
   ajax.php request.
 * Second, even if you do manually add those enqueues there is some tricky javascript
   loading up the form, and it may not show the form on some setups.
    [https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/](https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] No way to call re-render forms, after ajax loads a form?](https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/#post-9056526)
 * Has there been any progress on possibility of reliably bringing in any Ninja 
   form via AJAX into the page without reloading everything? I even ran the front-
   end-deps.js script after, and it seems to make no difference.
 * The new NinjaForms() object and other objects that initialize stuff, seem to 
   be private scope in that JS so there is no way to call it apparently.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Long time to load and high cpu on mobile devices](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/long-time-to-load-and-high-cpu-on-mobile-devices/#post-9042836)
 * It’s on any form. On desktop this looks like “Timer Fired (almond.js:387)” calling“
   Function Call (front-end.js?ver=3.0.34:1)”. Front-end.js and various constructor
   methods are taking 54ms or more on super fast desktop, and much much slower on
   mobile.
 * Are you saying front-end.js should not be loading when viewing the form frontend(
   non-administrator)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media from FTP] Breaks links! Do not use.](https://wordpress.org/support/topic/breaks-links-do-not-use/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/breaks-links-do-not-use/#post-9038381)
 * It actually changes existing urls though! and that organize-by-month-and-year
   is default WordPress behavior. How can it be a good idea for existing urls to
   change using this plugin??
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Formidable Forms - Contact Form Plugin, Survey, Quiz, Payment, Calculator Form & Custom Form Builder] In some rare cases it conflicts and changes wordpress queries – disable to fix.](https://wordpress.org/support/topic/it-changes-wordpress-queries-which-results-in-odd-errors/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years ago](https://wordpress.org/support/topic/it-changes-wordpress-queries-which-results-in-odd-errors/#post-9025704)
 * I’m having a hard time making a minimal testcase on local setup, but yes when
   enabled it changes the WP_Query(), possibly with a conflict with other plugin.
 * I can’t seem to find that code but I did notice one part of the code calls a 
   set_cache while query is filtered, possibly related?
 *     ```
        add_filter( 'posts_where' , 'FrmFormActionsController::limit_by_type' );
       		$query = self::action_args( $form_id, $limit );
               $query['post_status']      = 'any';
               $query['suppress_filters'] = false;
   
       		$actions = FrmAppHelper::check_cache( serialize( $query ) . '_type_' . $type, 'frm_actions', $query, 'get_posts' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] MCE Breaking when logged in as Editor role](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/#post-8965550)
 * I believe it was happening all the time, I don’t believe I had a scan running
   at the time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] MCE Breaking when logged in as Editor role](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/#post-8963355)
 * Thanks for the reply. As I mentioned earlier this is a PHP out of memory error,
   that happens when Wordfence is enabled. When PHP hits out of memory fatal error
   the ending part of the page is not echo’d out and the MCE editor breaks, no JS
   error in the console.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] MCE Breaking when logged in as Editor role](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/mce-breaking-when-logged-in-as-editor-role/#post-8954450)
 * The error triggered is showing it hit 134mb memory limit, around meta.php:838
   
   Did wf start consuming massively more memory in recent update…?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] No way to call re-render forms, after ajax loads a form?](https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/no-way-to-call-re-render-forms-after-ajax-loads-a-form/#post-8954277)
 * Just checking up on this, was there recently any improvement or way that ajax-
   loaded content can have Ninja forms?
 * Thanks in advance 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] URL tracking is severely broken in version 12](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/#post-8942318)
 * Replacing that function, seems to make it better on an affected site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] URL tracking is severely broken in version 12](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/#post-8941445)
 * I could check the latest version with that function replaced, but unless I am
   missing something there should not be a case where something in site_uri (the
   actual url of the /wp-content, uploads, /wp-admin/) would be something that would
   be recorded? All pages should contain home_url/nameofthepage or whatever permalink
   setting is set, right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] URL tracking is severely broken in version 12](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/)
 *  Thread Starter [programmin](https://wordpress.org/support/users/programmin/)
 * (@programmin)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/url-tracking-is-severely-broken-in-version-12/#post-8940050)
 * I have to wonder why it was looking at site_url in the first place instead of
   home_url, [https://codex.wordpress.org/Function_Reference/home_url](https://codex.wordpress.org/Function_Reference/home_url)
 * Site_url is wherever the wp files happen to live, home_url will be the root of
   the visible site pages.

Viewing 15 replies - 106 through 120 (of 177 total)

[←](https://wordpress.org/support/users/programmin/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/programmin/replies/?output_format=md) [2](https://wordpress.org/support/users/programmin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/programmin/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/programmin/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/programmin/replies/page/9/?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/9/?output_format=md)