Viewing 15 replies - 16 through 30 (of 32 total)
  • Thanks lancemonotone. I came across another plugin. Custom Field Suite. Did you ever use this one? The developer said its similar to ACF but created because it was lightweight and didn’t break on update of WP, etc.

    I haven’t tried it but it does look like ACF-lite. It appears to be missing some of the functionality of ACF and it creates extra database tables, which makes it harder to use the native WP API to retrieve fields. But it definitely looks easier to use than CFT.

    hmm. Is ACF still the plugin of choice then, even with the site slowing issue? What functionality is missing with CFT?

    Yeah your right, I noticed a difference in page speed. But after an hour or so the problems started occuring again. So my above fix, did not solve anything. Trigger happy I guess.

    I have used CFT alot, 1.5 years. You can use WordPress normal get_post_meta function with Custom Field Template. Post relationship etc is missing in CFT. And you really need to get used to his weird “field group”-creation methods. It has LOTS of options, you just need to find them. Its easier to get started with ACF then CFT. But CFT has been around for a long time, so yes. I would recommend it.

    If you know how to code, the alchemy script is an option. link

    And the plugin author should only load scripts when the fields are loaded and used, its considered best practice. Now in ACF date, wysiwyg and lots of other scripts are loaded on every page in the admin.

    wow. Trying to use Custom Field Suite. May be a bust as I get different results from browser to browser? Even on a var_dump of the array.

    I thought choosing adding a few custom fields and configuring them as I need them would be relatively straight forward…

    I wanted to go ahead and use ACF but between site slow down and incompatibility issue with other plugins, I feel lost (Corresponded with Yoast – author of WP SEO – confirmed ACF doesn’t play well with Yoast “for no apparent reason”. So… where does one go from here?

    I just need to be able to add global and page specific fields, add special tables, maybe an SEO plugin or just create the extra meta tag fields from a custom field plugin.

    Any thoughts?

    If you can wait for him to return from holiday in the next few days I have no doubt that the ACF plugin author will fix his plugin. He’s a very capable coder.

    If you can’t, try CFT. It won’t take more than a few hours to get up to speed and while it can’t do everything ACF does, it served me well for quite a while before I found ACF.

    This looks like a pretty good tutorial to get you started: http://www.kevinleary.net/advanced-content-management-wordpress-custom-field-templates/

    Thanks again lancemonotone. I need to get this site live asap. I ‘d rather go with ACF and not have to change to a more robust plugin.

    Can I easily migrate from CFT to ACF?

    I would just bite the bullet and start with ACF if I also new it would play nicely with an SEO plugin… and other plugins.

    Do you use an SEO plugin or do you code your templates using ACF?

    Since CFT and ACF both use the WP postmeta table, yes you can fairly easily switch between the two. However, you’ll probably have to rewrite your template tags when you switch to ACF unless you stick to the WP custom fields API. I’ve not noticed any problems with ACF and other plugins.

    By my count there are at least 5 of us experiencing this ACF slowdown. I’m just wondering if other ACF users are having the same problem and just not reporting it, or if there’s something common to our installations, but relatively rare in the total universe of ACF-users, that accounts for the problem.

    Two factors I’m curious about: size of database, and use of the “relationship” field type. We use the latter, and our database is close to 9000 records. How about you?

    I’ve experienced the same thing, as i posted about it here.
    http://wordpress.org/support/topic/slow-admin-waits-and-is-blocked-for-a-long-time?replies=3

    ACF adds a few seconds to the index dashboard page but on an admin page that has ACF it takes about 20 seconds. I’m not using the relationship field type.

    I also use the relationship field and have over 40,000 postmeta records using this field.

    Multiple sites running AFC. None of them use the relationship field.

    jchbox

    (@jchbox)

    Hello

    Does the new version correct this issue of speed in admin pages ?
    I have several relationship fields for a custom type and the pages to edit in admin are loaded very slowly because of the load of all the page list for each relationship input.

    Thanks

    ukando

    (@ukando)

    The same – new version 3.1.6 slowing down my website.

    Covi

    (@covi)

    IMHO: What did you expect?
    2 fields for each value on postmeta table (the value for plugin and original metadata)… instead save values into a serialized object for example; or even serialized object for each group.
    Empty metadata values stored in table, extra functions to get values when we have native functions, extra post_types (and their metadata in postmeta), extra options…

    It’s a heavy plugin and maybe you need another option as WPAlchemy metaboxes or a lightweight plugin.
    I have tested enough, and finally my solution is my own metaboxes.

Viewing 15 replies - 16 through 30 (of 32 total)
  • The topic ‘Advanced Custom Fields is slowing down my site’ is closed to new replies.