TTFB really long due to HTML?
|
12-14-2011, 09:03 AM
Post: #1
|
|||
|
|||
TTFB really long due to HTML?
Hi,
I almost did every thing to decrease the loading time of my website but I dont understand how come the time to first byte is 2.2s? according to the chart it's html ?! what would it means by that? anyway I really have no clue so if someone could help me figure this out thank you |
|||
12-15-2011, 12:48 AM
Post: #2
|
|||
|
|||
RE: TTFB really long due to HTML?
The long TTFB is coming from your CMS doing it's back-end processing (usually database but could be other external back-end calls or server configuration). It looks like you are running on top of prestashop. I'm pretty sure we've had at least one other user here with similar issues (I'll poke around search a bit).
|
|||
12-15-2011, 12:50 AM
Post: #3
|
|||
|
|||
RE: TTFB really long due to HTML?
Here's one thread on it where we saw similar issues: http://www.webpagetest.org/forums/showth...hp?tid=647
Never heard back if they had any success with the page caching but it looks like there are solutions to help. |
|||
12-18-2011, 11:08 AM
Post: #4
|
|||
|
|||
RE: TTFB really long due to HTML?
thanks for the reply and well spotted about prestashop...
It seems I can't really use systeme file cache or memcached cause I am not on a dedicated server..... |
|||
12-19-2011, 11:35 AM
Post: #5
|
|||
|
|||
RE: TTFB really long due to HTML?
You should be able to use a system file cache - most shared accounts have permissions to write to the local filesystem. Memcached requires an install and is probably outside of your permissions though.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)