A WordPress blog post page of mine, uses 32 queries to render.
My Anspress Question (single) page with 6 answers does 84 queries render.
My Questions listing page (base page) with 10 Questions paging, does 52 queries to render.
Am not a programmer but i’m an expert webmaster. I think this is way too much. And worst of all, i can’t use static page caching to improve that (it would help tremendously) because Anspress is not working with any caching plugin.
What will happen when we have an Anspress site with a lot of Q and A ?
I love anspress and it’s pretty awesome for what I’m using it for but I have hit a problem. I’m getting an error on everything that has the ::Before tag. I have uninstalled the theme and re-installed it. I do have a child theme running also but there is nothing in it currently. 


Any help would be much appreciated. I think I found the culprit in themes/answerbox/css/fonts/style.css but it looks fine and I have replaced it twice and cleared my cache.
@font -face {
font-family: ‘answerbox’;
src:url(‘fonts/answerbox.eot?-7zizfx’);
src:url(‘fonts/answerbox.eot?#iefix-7zizfx’) format(’embedded-opentype’),
url(‘fonts/answerbox.ttf?-7zizfx’) format(‘truetype’),
url(‘fonts/answerbox.woff?-7zizfx’) format(‘woff’),
url(‘fonts/answerbox.svg?-7zizfx#answerbox’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
[class^=”i-“]:before, [class*=” i-“]:before {
font-family: ‘answerbox’;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Thoughts on fixing this?
Hello, I need to show only one category in page base.
Ideal version:

Hello, I need help to add a new status, for example:

Thank you!!