The performance tag has no wiki summary.
0
votes
0answers
54 views
Matrix really slow
Matrix v2.5.5 / EE v2.6.1 / PHP v5.3.3
{exp:channel:entries channel="assets" entry_id="16"}
{test_matrix}
{cell_1}
{/test_matrix}
{/exp:channel:entries}
It takes 17 seconds to load ...
0
votes
0answers
19 views
Channel Entries & Elasticsearch or Solr or Memecached
I suppose this is more of an academic question rather than a support request of any sorts. I am working on a fairly huge web app which is based on ExpressionEngine and as you might expect, quite a lot ...
0
votes
3answers
26 views
Using a module tag as parameter adds +1 query per loop
I'm finding that if I use a module tag like stash or playa as a parameter in a plugin tag, that an extra query for the module name is run for each loop. Here's the query that's run:
SELECT ...
5
votes
2answers
71 views
General question regarding installed modules and performance
I probably have a few modules installed on some of my sites that aren't being used. Simple question: will uninstalling them improve general memory usage and performance?
One module in particular that ...
3
votes
1answer
92 views
Re-writing Playa tags to disable the Playa extension for better site performance
With the overall goal of reducing page load time (Memory, Execution Time in template debugging), how can I rework my Playa templates so as to “shut off” the Playa Extension?
Template debugging shows ...
0
votes
0answers
23 views
Categorization of Cities and Performance
Good Morning. I was hoping to get feedback on what might be a best practice or the best way to approach a new site. What I'm trying to accomplish is build a business directory of doctors in different ...
1
vote
1answer
66 views
performance issues - is it the database?
I'm experiencing pages loading very slowly, it's happening intermittently on a low traffic EE site. Most of the traffic is just me.
When they load slow, they take a good 30 seconds or so.
But when ...
1
vote
2answers
15 views
Which method for setting status parameter is more efficient?
I built a site several years ago with 3 statuses so editors could position articles on a category landing page. I coded some of the entry tags like this to ensure that adding additional statuses ...
2
votes
1answer
25 views
Entries take a long time to update on live site. EE 1.6.8
My organization's site in running EE 1.6.8 hosted on Rackspace Cloud Sites. In the last few weeks we have noticed that it takes longer and longer to update an entry in the control panel. We are now ...
0
votes
4answers
94 views
Performance of Matrix and P&T Field Pack add-ons
On every install I have P&T field pack and Matrix installed. blindly.
just recently I had to analyse a site's performance, and the only spike in load times I discovered was P&T add-ons.
...
1
vote
2answers
118 views
why is my template partials w/ stash approach slower than the ordinary one?
I've used the template partials method to "uprade" one of my site's template to this approach.
What I don't understand is, that although my stash template only has one single embed vs. 5 embeds, ...
1
vote
1answer
37 views
What's better for performance when storing multiple vars in a single entry with stash? Set or Set_list?
I'm curious if anyone that has either done a comparison between the two or simply knows why one would be more efficient than the other. Stash set vs. set_list in storing multiple individual field ...
2
votes
1answer
79 views
Correct syntax for inserting a channel entry with a playa field?
I've been experimenting with using SQL INSERTs and UPDATEs instead of using the Channel Entries API in my add-on. In one of my channels I am using a playa field which is simply connected to a separate ...
1
vote
2answers
96 views
Channel Entries API incredibly slow performance
I am developing on a high performance MediaTemple DV at the moment. The RAM on the server is 16GB and while pages load relatively quickly, it appears that any scripts I write which use the Channel ...
5
votes
1answer
135 views
Using stash, what's the most efficient way of dealing with long paginated lists
I have a website with more or less a thousand news items in a channel and was wondering what was the best way to handle this with stash if I want to separate the logic from the HTML code as much as ...
3
votes
2answers
49 views
Low Variable and conditional logic generating silent database queries
I’ve discovered a tricky question about parse order and low variables I’ve run into. This is a code base I’ve inherited, so I’m not sure how best to handle. (My apologies in advance; I am neither an ...
4
votes
2answers
94 views
Assets 2.0: Why do public templates stall while Assets is working in the admin panel?
I just updated a large EE 2.5.2 install to Assets 2.0 and updated indexes. Everything went smoothly, and I've noticed a strange new behavior: thumbnail generation (any size) in the admin panel will ...
14
votes
5answers
461 views
Ways to speed up Channel Entries
Setup: We have a call that pulls 50 entires from channel entries.
{exp:channel:entries channel="posts" orderby="entry_id" limit="50" dynamic="no" disable="categories|category_fields"}
This call ...
1
vote
4answers
104 views
A Template that uses multiple channels with different field groups
I'm currently working on a template that uses multiple channels (ie. channel="channel1|channel2" to show content. Each channel has a different field group–so I'm conditionally nesting each groups ...
10
votes
3answers
164 views
If I add a plugin like Widon't to nearly every content field on a page, will performance be impacted?
I have a tempermental layout (and client) that seems to cause many widows in my content blocks. I'm planning to make use of Low Widon't to correct this programmatically but before I do, wanted to ...
1
vote
2answers
79 views
When CE Cache is disabled via the config variable, is there still processing overhead?
I have a current site in development on EE 2.5.3. I'm using the latest CE Cache but have it disabled via the ce_cache_off global in my config.
I'm running into some really slow performance in ...
6
votes
2answers
174 views
Compatibility / Performance Gains from using MariaDB?
My hosting company is now offering MariaDB as an alternative to MySQL. Does anybody know if EE is compatible with MariaDB and if it offers any performance benefits?
https://mariadb.org/
-3
votes
2answers
112 views
Add-ons and front-end performance [closed]
One of the fun and powerful aspects I love about EE is using add-ons to make the content editing and creation experience excellent. However, I've also discovered that using an excessive amount of ...
6
votes
1answer
181 views
Should we use Stash caching along side CE Cache?
I'm wondering what the best option is for better site performance in regards to caching with Stash and CE Cache. A few questions come to mind:
Should we be running them side by side?
Any advantages ...
3
votes
1answer
67 views
How do you hook NewRelic monitoring into ExpressionEngine
I use NewRelic to monitor site performance, but since everything runs through index.php, the amount of data I get back regarding controller performance is limited and clumped together. How can I get ...
15
votes
4answers
242 views
EE css template vs. a standard css file?
Is there an advantage/disadvantage to using a EE css template vs a standard css file? I tend to use a css directory that is separate from EE templates. I like using a css preprocessor, and I prefer ...
15
votes
6answers
502 views
Stash vs. Embeds
I am using Stash only recently and was wondering how the performance is boosted over using embeds? I know there are a few less queries used in general, and I know you can subvert the parse order, but ...

