Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Slow installation with EE4, Publisher, Bloqs and Structure

Status Resolved
Add-on / Version Publisher 2.7.3
Severity
EE Version 4.0.4

AdriaanSnoeren.com

Jan 16, 2018

Description:
Our development site is very slow, like the issue in ticket: https://boldminded.com/support/ticket/1638.
Running EE4, Publisher, Bloqs and Structure.

In comparison to the other ticket this site ‘just’ runs 203 queries on the homepage for instance. The problem is in some template parsing I guess which is 12.4MB.

Memory Usage: 12.4MB of 128M
Database Execution Time: 0.2542
Total Execution Time: 8.0516

Template parsing with exclamation marks:

0.738827 / 11.0MB Calling Extension Class/Method: Publisher_ext/channel_entries_tagdata_end
2.262443 / 11.7MB Calling Extension Class/Method: Publisher_ext/custom_field_modify_data

 

#1

AdriaanSnoeren.com

Guess this is merely a server issue. Closing…

#2

BoldMinded (Brian)

It may not be a server issue. See https://boldminded.com/support/ticket/1638 then check with Jace about a new Structure build.

#3

AdriaanSnoeren.com

Reopend this issue cause it happened again. Was hoping you would have more insight in these sort of problems. It takes very long to load the pages and I’m hoping for a server config that speeds things up.

#4

BoldMinded (Brian)

Adriaan, just saying that it is slow without providing more information on what specific parts are slow doesn’t really help me. You didn’t mention if you upgraded to the latest versions of all the add-ons and EE. I think Jace has a newer version of Structure that he is working on that is supposed to be faster, maybe check in with him. There honestly isn’t much I can do to just make things faster. I’ve already optimized queries and caching as much as I can. The nature of the Publisher add-on means its going to not be as fast as EE natively, it has to do a lot of work to support translations. I also don’t know what you mean by “hoping for a server config that speeds things up”?

#5

AdriaanSnoeren.com

Comment has been marked private.

#6

AdriaanSnoeren.com

Comment has been marked private.

#7

BoldMinded (Brian)

700 queries is a lot, but that sounds like an uncached page. Do you have Publisher’s cache enabled? Or any other sort of caching? Perhaps CE Cache or some sort of full page caching? Introducing better caching or talking to EllisLab about server configurations is probably your best bet for improving performance.

Tip though, {exp:channel:entries limit=”1”} and {exp:channel:entries limit=”1” channel=”educations” url_title=”solar-specialist” dynamic=”no”} could probably benefit from adding some disable parameters. Just having {exp:channel:entries limit=”1”} means that EE is performing excessive queries to get the data. You probably don’t need trackbacks, member data etc, so disable them.

{exp:channel:entries limit="1" disable="trackbacks|pagination|member_data|category_fields|categories|custom_fields"}

Login to reply