2014-09-15, 08:41 PM
(This post was last modified: 2014-09-15, 08:44 PM by Pie.
Edit Reason: Added 2 More things to notice.
)
Hey guys I have installed the 1.8 version of MyBB... I have noticed that whenever I'm doing a back-end change it delays like 10 minutes approximately to receive that change in the front-end, for example, if I perform this tweak from here:
http://mods.mybb.com/view-resource/chang...-per-theme
And add this to the global.css template:
Then that loads quite quick let's say in a minute or so, in front-end, but whenever I try to do a minimalistic change like removing:
Then that takes like 10 minutes to change on front-end.
Any reason that this might be happening?
I have spoken with my hosting provider and they have gave me some "optimization" tweaks to add in .htaccess but nothing more than that.. they mainly focused in referring me to the "script provider" which in this case is you guys, so I came here to see if there is a possible solution to this situation as I think everything depends on speed and I would like to feel more comfortable making changes and them appearing in that instant I change them.
Things to notice:
- Only 1 Plugin running (NewPoints / Credits)
- Changed the theme to a custom one
- 8 Queries running, sometimes 9, but often is constant 8 or 9
- Fresh MyBB Installation, Not Backed up, Not Re-installed
- Fresh DB Installation too.
I guess that's all, if I have to add something extra please request so~! and I shall add it.
http://mods.mybb.com/view-resource/chang...-per-theme
And add this to the global.css template:
/* USERGROUPS */
.administrator_name {
color: red;
text-decoration: underline;
font-weight: bold;
font-style: italic;
}
Then that loads quite quick let's say in a minute or so, in front-end, but whenever I try to do a minimalistic change like removing:
text-decoration: underline;
font-style: italic;
Then that takes like 10 minutes to change on front-end.
Any reason that this might be happening?
I have spoken with my hosting provider and they have gave me some "optimization" tweaks to add in .htaccess but nothing more than that.. they mainly focused in referring me to the "script provider" which in this case is you guys, so I came here to see if there is a possible solution to this situation as I think everything depends on speed and I would like to feel more comfortable making changes and them appearing in that instant I change them.
Things to notice:
- Only 1 Plugin running (NewPoints / Credits)
- Changed the theme to a custom one
- 8 Queries running, sometimes 9, but often is constant 8 or 9
- Fresh MyBB Installation, Not Backed up, Not Re-installed
- Fresh DB Installation too.
I guess that's all, if I have to add something extra please request so~! and I shall add it.