Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 4 replies, 2 voices, and was last updated 9 years ago by
jean michel.
-
AuthorPosts
-
02/21/2014 at 8:24 am #280637
jean michel
ParticipantHello Steven,
I have 5500 or 6000 entries. Not sure if this is quite normal but the time needed to load the Add page or the edit an entry from the manage page are really slow to load compared to other wp or connections pages from admin. Front office is also displaying quickly.
For example, Add a new entry/Edit take about 10 seconds to display when other pages such as Category or Manage only need less than 2 seconds.
I have noticed the time increased with the number of my entries wich is totally logical but 10 to 12 seconds for displaying the Add page with empty fields seems a bit excessive ?
I did take a look in the querries and the numbers and time of execution seems to be normal…
Would gladly appreciate some help or hints !
Regards,
Jean Michel02/24/2014 at 8:17 pm #281005Steven Zahm
Keymaster@ jean
The likely issue is that the family relations drop downs are taking a really long time to render in the background of the browser. If you are not using the family entry type, you could remove the code that generates it.
Change the following two line:
echo $this->getEntrySelect( 'family_member[::FIELD::][entry_id]' , NULL , 'family-member-name' ); echo $this->buildSelect( 'family_member[::FIELD::][relation]', $connections->options->getDefaultFamilyRelationValues() , NULL , 'family-member-relation' );
To this:
//echo $this->getEntrySelect( 'family_member[::FIELD::][entry_id]' , NULL , 'family-member-name' ); //echo $this->buildSelect( 'family_member[::FIELD::][relation]', $connections->options->getDefaultFamilyRelationValues() , NULL , 'family-member-relation' );
They can be found here.
I hope that helps. Let me know.
02/26/2014 at 5:39 am #281085jean michel
ParticipantHello Steven,
That did the trick very well.
You rock !!!Many thanks
Regards,
Jean Michel-
This reply was modified 9 years ago by
jean michel.
02/26/2014 at 10:40 am #281099Steven Zahm
Keymaster@ jean
Great to hear this resolved the issue. I’ll have to come up with a way to improve this so this feature does not bog down the page. For now, keep in mind that you will have to apply this fix anytime you update Connections.
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance.
http://wordpress.org/support/view/plugin-reviews/connections02/26/2014 at 11:57 am #281106jean michel
ParticipantYes i will havé to do it with the last update, but it´s ok i made a file thé f´hacks i used. Fortunately there is just a few…
In fact, i was already CSS hiding thé family option/label.
Fair enough, I will post a review,
Regards,
Jean -
This reply was modified 9 years ago by
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.