How to set up and enhance bugzilla response speed - bugzilla

Successful installation of bugzilla. but bugzilla page (every page) response is very slow, how to set up?
Server Platform:
LAMP+Debian 6
thanks a lot!

I don't know if you are using mod_perl yet, but if not, you should try it. It really increases the response time when using Apache.
Here is more about it http://perl.apache.org/

Related

Extra long loading time on Angular/django app

I just lauched a website http://www.dicorico.com running on AngularJS and Django for the back-end. The performances of Google Page Speed insight are not great and my Google anaytics indicates a page loading time under Chrome of 10 sec on average since launch on 22nd of October ... I'd like to identify the issue and have no clue where to start looking. Your help would be much appreciated.
Note, the app uses http://www.michaelbromley.co.uk/blog/171/enable-rich-social-sharing-in-your-angularjs-app to render HTML so that the content is crawlable by google.
Thanks,
Laurent
You need to first exclude the fact that it's your code that made the performance suffers. To debug the performance of django projects, use django-debug-toolbar in your dev environment.
There are too many other facts that could also slow down your website, the instance you use might not be performant enough to handle the traffic, or you are doing some backend process in crontab that eats up the resource, or your database is not optimized, or you simply didn't configure web server correctly, etc.
You might need to login into the box and check the memory/cpu/disk usage to determine where the bottleneck is, then try to improve that. There's no straight answer for that, hope it helps.

Joomla Site very slow

i'm struggling onto a problem that i can't find a way ti fix. I'm currently running joomla 3.4.5 and a gantry based theme. I tried minifying CSS, JS and HTML and also optimize the images with the google insight tool.
i've done a debug system and it shows that
Application: beforeRenderModule mod_rocknavmenu
implies 21.7 seconds ..... I think that is the issue .... how can i solve that?
The site is this
Thank you for your supoprt
I would guess the site is slow due to your hosting.
Also news01.png and news02.png are taking several seconds each to come through.
Update all of your extensions, out of date extensions can impact performance.
Check your slow query log, CPU, and memory usage on your server. Those will tell you more about potential issues.
Found realy easy solution - just disable System - Model plugin

SNPP Kannel Redis: How to make them fully work?

I have ubuntu in my computer installed. I built redis from this site and installed it in a directory. Next i downloaded Kannel from this site ****** in a stable release (1.4.4) and configured my kanel.conf as mentioned in this snapshot
I also installed snpp and am running smsbox. When I need to send an sms I do it using 127.0.0.1:13013/cgi-bin/sendsms which communicates perfectly with kannel, snpp. However, even though redis is prompted to be connected with Kannel, Redis table does not populate.
I need help please, whoever knows please answer me. It is of great importance to me.
Possible hint: Redis needs configuration so that it works with CRUD. I have searched through internet in vein. I found poor even no documentation on this issue. Please help!
Thanks in advance
Did you placed all other Kannel configurations properly?

Exporting files from Plone using WebDAV

I have a Plone site with thousands of contracts in PDF I need to download. Now the problem is that if I connect to the portal using WebDAV and download it. I can download just about 1607 files, but there should be more of them! If I take a look at the website, I realized I can query only 1000 results. There is about 5K results but if I put &query_start=999 in the url, I see just the 999th and 1000th result. Can this be that problem? I'm using unmodified configuration, just added parameter to enable WebDAV.
Can anyone please explain what happens and tell me what to do? Thank you very much, I'll appreciate it! :)

How do I debug when GAE works slow in local development but works fine when uploaded to Google?

I am running under Windows7 locally. I have tried both Python 2.5 and Python 2.7.2. It just seems to stall a lot locally. All I am using is authentication and database. I get very inconsistent results locally. I upload the app to the server and it works. Sometimes when I am on a database page I will hit Refresh 10 times and 3 of the times the browser will just keep spinning.
I am using the latest GAE 1.5.3. (I was having the same issue with older 1.4.x version as well.)
Any ideas on what to try or what to look into?
You might want to switch to SQLLite for your local Datastore, you can do this by using the following option:
dev_appserver.py --use_sqlite
Another good practice would be to use the High Replication datastore simulation flag to give you a good idea how an application configured to use the High replication datastore will do in production, you can achieve the following by suing:
dev_appserver.py --high_replication
For the full documentation please check the following Link
Hope this helps!

Resources