Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubsectionManager timing out in large Section #244

Closed
jdsimcoe opened this issue Oct 15, 2013 · 6 comments
Closed

SubsectionManager timing out in large Section #244

jdsimcoe opened this issue Oct 15, 2013 · 6 comments

Comments

@jdsimcoe
Copy link

I have a couple large Sections I'm using with SubsectionManager that are having major performance issues on 3.5.1. I'm on Symphony version 2.3.3. Here is a link to the Symphony thread with more details:

http://www.getsymphony.com/discuss/thread/83270/9/#position-163

@jdsimcoe
Copy link
Author

Adjusted some php.ini settings on my webserver at Kirk Strobeck's request:

max_execution_time = 1000; max_input_time = 1000; memory_limit = 1000M;

This and Brian Zerangue saw I was that I was missing this file

/symphony/assets/js/jquery-2.0.3.min.map/

I executed both of these and the Subsections now work but take around 1 minute to load with content. Any ideas on how to speed things up?

@nilshoerrmann
Copy link
Contributor

It's a general problem that cannot be solved easily. The way SSM fetches your subsection entries wasn't created with this large sections in mind.

So actually, this extension needs to be rewritten to solve your issue.

@jdsimcoe
Copy link
Author

I understand. That being said… how else would I go about solving this issue from a design perspective? Is there another way I could create Teaching Series like this without using SubsectionManager? Any recommendations?

On Wednesday, October 16, 2013 at 2:27 AM, Nils Hörrmann wrote:

It's a general problem that cannot be solved easily. The way SSM fetches your subsection entries wasn't created with this large sections in mind.
So actually, this extension needs to be rewritten to solve your issue.


Reply to this email directly or view it on GitHub (#244 (comment)).

@nilshoerrmann
Copy link
Contributor

You could use Selectbox Links but this won't give you the kind of inline UI Subsection Manager provides. The way forward is to create such interface on top of Selectbox Link Field and fully retire Subsection Manager.

@jdsimcoe
Copy link
Author

Thanks for your help on this… I appreciate the help and response. I have found issues with Select Box link as it selection of multiple elements from a Section. For instance, if I link and select a Tag name, there is no easy way to grab the ID and other associated elements. Same things with Teachings, it just pulls the name and doesn't pull other associated data. Is there something I'm missing or a guide to walkthrough how to properly use SelectBox Link?

On Wednesday, October 16, 2013 at 11:04 PM, Nils Hörrmann wrote:

You could use Selectbox Links but this won't give you the kind of inline UI Subsection Manager provides. The way forward is to create such interface on top of Selectbox Link Field and fully retire Subsection Manager.


Reply to this email directly or view it on GitHub (#244 (comment)).

@nilshoerrmann
Copy link
Contributor

Are you talking about data source output? You'll have to chain data sources to get the data you want – have a look here: http://www.getsymphony.com/learn/concepts/view/data-source-chaining/

@jdsimcoe jdsimcoe closed this as completed Nov 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants