المنتدى بطى وتعبت من بطى المنتدى
السلام عليكم ورحمة الله وبركآته
يسعد مسـآئكم اخ ـوآني ..
عندي المنتدى ثقيل اشوي في التصفح ..
وآلآعضـآء اشتكوآ منه .. ماادري وش الاسبـآبhttps://mwadah.com/images/imgcache/2010/05/210.gif ..
وكيف اخلي التصفح فيه طبيعي ..
سـآعدوني .
رغم أني مركب htaccess وهذا رابط وقعي لتأكد من بطى الموقع
www.sanjerh.com/vb
وملف htaccess ياليت لو تتأكدون منه هل هو صحيح أو لا
كود PHP:
ExpiresActive On
ExpiresByType image/gif "access 250 week"
ExpiresByType image/jpg "access 250 week"
ExpiresByType image/jpeg "access 250 week"
ExpiresByType image/png "access 250 week"
ExpiresByType text/css "access 250 week"
ExpiresByType text/js "access 250 week"
ExpiresByType application/x-shockwave-flash "access 250 week"
ExpiresByType application/x-javascript "access 250 week"
ExpiresByType css/css "access 250 week"
ExpiresByType js/js "access 250 week"
ExpiresByType application/x-shockwave-flash "access 250 week"
ExpiresByType application/x-javascript "access 250 week"
# Turn on Expires and set default to 0
ExpiresActive On
ExpiresDefault A0
# Set up caching on media files for 1 year (forever?)
<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$">
ExpiresDefault A29030400
Header append Cache-Control "public"
</FilesMatch>
# Set up caching on media files for 250 week
<FilesMatch "\.(gif|jpg|jpeg|png|swf)$">
ExpiresDefault A604800
Header append Cache-Control "public"
</FilesMatch>
# Set up 5 Hour caching on commonly updated files
<FilesMatch "\.(xml|txt|html|js|css)$">
ExpiresDefault A7200
Header append Cache-Control "proxy-revalidate"
</FilesMatch>
# Force no caching for dynamic files
<FilesMatch "\.(php|cgi|pl|htm)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>
رد: المنتدى بطى وتعبت من بطى المنتدى
بالنسبه لي موقعك سرعته معقوله بالنسبه لكثر عدد المواقع على نفس السيرفر
Found 393 domains hosted on the same web server as sanjerh.com (76.76.12.181).
393 موقع على السيرفر !!!!
رد: المنتدى بطى وتعبت من بطى المنتدى
اقتباس:
المشاركة الأصلية كتبت بواسطة بدر الخرج
بالنسبه لي موقعك سرعته معقوله بالنسبه لكثر عدد المواقع على نفس السيرفر
Found
393 domains hosted on the same web server as
sanjerh.com (76.76.12.181).
393 موقع على السيرفر !!!!
أخوي الغالي الله يعطيكـ الف عاااافيه يارب على المساعده
بس شلون عرفت ان 393 علشان اتكلم مع المستضيف واتفاهم معه
انتظر ردك أخوي...
رد: المنتدى بطى وتعبت من بطى المنتدى