• تذكرني؟






  • التحليل اليومي للأسواق المالية 24/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 23/4/2012 من iOption ..:||:.. الفوركس فى مصر ..:||:.. التحليل اليومي للأسواق المالية 20/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 19/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 18/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 17/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 16/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 13/4/2012 من iOption ..:||:.. التحليل اليومي للأسواق المالية 12/4/2012 من iOption ..:||:..

     


     
     

     
     

     
    ( محمد الصاوي من : مصر كل عام و أنتم بخير بمناسبة عامنا الهجري الجديد 1433 ، أعاده الله علينا باليمن و البركات )     ( Omar من : مصر كل عام وانتم بخير بمناسبة عيد الاضحى المبارك :D )    





     
     
    معلومات الكاتب
    08-20-2011 10:36 مساء
    المعلومات
    اللقب
    الرتبة
    rating
    الصورة الرمزية

    البيانات
    رقم العضوية 2
    الحالة
    المشاركات 905
    الدولة مصر
    الجنس
    تاريخ الميلاد 20-2-1990
    الزيارات 176
    الدعوات 2
    قوة السمعة 213






    بسم الله الرحمن الرحيم
    السلام عليكم ورحمة الله وبركاته،،

    هناك 15 أداة مساعدة يمكنك اختيار أداة أو اثنين منهم لعمل مهمتك بنجاح...و أشهرهم وأفضلهم على الترتيب:

    1. YSlow for Firebug




    YSlow grades a website’s performance based on the best practices for high performance web sites on the Yahoo! Developer Network. Each rule is given a letter grade (A through F) stating how you rank on certain aspects of front-end performance. It’s a simple tool for finding things you can work on such as reducing the number of HTTP request a web page makes, and compressing external JavaScript and CSS files. A worthwhile read is the Ajax performance analysis post on IBM developerWorks that outlines practical ways of using YSlow in your web applications.

    2. Firebug



    Firebug is an essential browser-based web development tool for debugging, testing, and analyzing web pages. It has a powerful set of utilities to help you understand and dissect what’s going on. One of the many notable features is the Net (network”) tab where you can inspect HTML, CSS, XHR, JS components.

    3. Fiddler 2



    Fiddler 2 is a browser-based HTTP debugging tool that helps you analyze incoming and outgoing traffic. It’s highly customizable and has countless of reporting and debugging features. Be sure to read the “Fiddler PowerToy – Part 2: HTTP Performance” guide on the MSDN which discusses functional uses of Fiddler including how to improve “first-visit” performance (i.e. unprimed cache), analyzing HTTP response headers, creating custom flags for potential performance problems and more.

    4. Cuzillion



    Cuzillion is a cool tool to help you see how page components interact with each other. The goal here is to help you quickly rapidly check, test, and modify web pages before you finalize the structure. It can give you clues on potential trouble-spots or points of improvements. Cuzillion was created by Steve Saunders, the ex-Chief Performance at Yahoo!, a leading engineer for the development of Yahoo’s performance best practices, and creator of YSlow.

    5. mon.itor.us



    monitor.us is a free web-based service that grants you a suite of tools for monitoring performance, availability, and traffic statistics. You can establish your website’s response time and set up **s for when a service becomes unavailable. You can also set-up weekly, automated benchmarks to see if changes you’ve made impact speed and performance either positively or negatively.

    6. IBM Page Detailer




    The IBM Page Detailer is a straightforward tool for letting you visualize web components as they’re being downloaded. It latches onto your browser, so all you have to do is navigate to the desired site with the IBM Page Detailer open. Clicking on a web page component opens a window with the relevant details associated with it. Whenever an event occurs (such as a script being executed), the tool opens a window with information about the processes.

    7. Httperf



    Httperf is an open-source tool for measuring HTTP server performance running on Linux. It’s an effective tool for benchmarking and creating workload simulations to see if you can handle high-level traffic and still maintain stability. You can also use it to figure out the maximum capacity of your server, gradually increasing the number of requests you make to test its threshold.

    8. Pylot




    Pylot is an open-source performance and scalability testing tool. It uses HTTP load tests so that you can plan, benchmark, analyze and tweak performance. Pylot requires that you have Python installed on the server – but you don’t need to know the language, you use XML to create your testing scenarios.

    9. PushToTest TestMaker



    PushToTest TestMaker is a free, open-source platform for testing scalability and performance of applications. It has an intuitive graphical user interface with visual reporting and analytical tools. It has a Resource Monitor feature to help you see CPU, memory, and network utilization during testing. The reporting features let you generate graphs or export data into a spreadsheet application for record-keeping or further statistics analysis.

    10. Wbox HTTP testing tool



    Wbox is a simple, free HTTP testing software released under the GPL (v2). It supports Linux, Windows, and MacOS X systems. It works by making sequential requests at desired intervals for stress-testing. It has an HTTP compression command so that you can analyze data about your server’s file compression. If you’ve just set up a virtual domain, Wbox HTTP testing tool also comes with a command for you to test if everything’s in order before deployment.

    11. WebLOAD




    WebLOAD is an open-source, professional grade stress/load testing suite for web applications. WebLOAD allows testers to perform scripts for load testing using JavaScript. It can gather live data for monitoring, recording, and analysis purposes, using client-side data to analyze performance. It’s not just a performance tool – it comes with authoring and debugging features built in.

    12. DBMonster




    DBMonster is an open-source application to help you tune database structures and table indexes, as well as conduct tests to determine performance under high database load. It’ll help you see how well your database/s will scale by using automated generation of test data. It supports many databases such as MySQL, PostgreSQL, Oracle, MSSQL and (probably) any database that supports the JDBC driver.

    13. OctaGate SiteTimer




    The OctaGate SiteTimer is a simple utility for determining the time it takes to download everything on a web page. It gives you a visualization of the duration of each state during the download process (initial request, connection, start of download, and end of download).

    14. Web Page Analyzer



    The Web Page Analyzer is an extremely simple, web-based test to help you gain information on web page performance. It gives you data about the total number of HTTP requests, total page weight, your objects’ sizes, and more. It tries to estimate the download time of your web page on different internet connections and it also enumerates each page object for you. At the end, it provides you with an analysis and recommendation of the web page tested – use your own judgment in interpreting the information.

    15. Site-Perf.com



    Site-Perf.com is a free web-based service that gives you information about your site’s loading speed. With Site-Perf.com’s tool, you get real-time capturing of data. It can help you spot bottlenecks, find page errors, gather server data, and more – all without having to install an application or register for an account.

      المصدر http://sixrevisions.com/tools/faster_web_page/

    ابلاغ عن مشاركة مخالفة !
     
     



     
     
    معلومات الكاتب
    الأدوات الـ15 المساعدة لتسريع موقعك..
    08-20-2011 10:59 مساء#1
    المعلومات
    اللقب
    الرتبة
    rating
    الصورة الرمزية

    البيانات
    رقم العضوية 2
    الحالة
    المشاركات 905
    الدولة مصر
    الجنس
    تاريخ الميلاد 20-2-1990
    الزيارات 176
    الدعوات 2
    قوة السمعة 213






    عن نفسي قمت بتركيب

    Firebug

    YSlow

    هذا اضافة لــ Page Speed
    ابلاغ عن مشاركة مخالفة !
     
     

     
     
    معلومات الكاتب
    الأدوات الـ15 المساعدة لتسريع موقعك..
    10-05-2011 01:56 صباحا#2
    المعلومات
    اللقب
    الرتبة
    الصورة الرمزية

    البيانات
    رقم العضوية 183
    الحالة
    المشاركات 3
    الجنس
    الزيارات 3
    قوة السمعة 10
    موقعي زيارة موقعي






    السلام عليكم ورحمة الله وبركاته

    لدى بعض الإستفسارات حول هذا الموضوع اخى :

    - كيف يتم تسريع المنتدى بهذه الأدوات علماً بأنى مثبت فيربج وأيضاً ياهو سلو وبيج سبيد ؟

    - وهل تسريع التصفح يكون لى انا فقط " من جهازى " أم لكل من يدخل المنتدى

    - فى موضوع ملف الإتش كاسس

    كيف يتم وضع الكود وأن يتم وضعه لآنه هناك ملفين إتش كاسس

    أحدهما فى ملف vb الآخر فى رئيسية الموقع

    -------------

    معذرة أكثرت واثقلت عليك

    لكنى لما رأيته فيك من تميز حقيقة

    ربنا يكرمك أخى

    ولى طلب آخر إن كنت ستجيبنى ساطلبه منك

    جزاك الله كل خير وجعله فى ميزان حسناتك
    ابلاغ عن مشاركة مخالفة !
     
     

     
     
    معلومات الكاتب
    الأدوات الـ15 المساعدة لتسريع موقعك..
    10-09-2011 01:42 صباحا#3
    المعلومات
    اللقب
    الرتبة
    rating
    الصورة الرمزية

    البيانات
    رقم العضوية 2
    الحالة
    المشاركات 905
    الدولة مصر
    الجنس
    تاريخ الميلاد 20-2-1990
    الزيارات 176
    الدعوات 2
    قوة السمعة 213






    المعذرة على التأخير..لم الاحظ ردك,,

    بالنسبة لهذه الادوات فهي تساعدك على الكشف عن أخطاء موقعك التي تبطئه..وفقاً لعدة معايير تم اصطلاحها لتقييم أداء موقعك و أهمها القوانين الاربعة عشر:

    1. Make fewer HTTP requests
    2. Use a CDN
    3. Add an Expires header
    4. Gzip components
    5. Put CSS at the top
    6. Move JS to the bottom
    7. Avoid CSS expressions
    8. Make JS and CSS external
    9. Reduce DNS lookups
    10. Minify JS
    11. Avoid redirects
    12. Remove duplicate scripts
    13. Turn off ETags
    14. Make AJAX cacheable and small


    اعتقد ان كل نقطة تحتاج الى درس مفصل..فكل نقطة ينبثق عنها عدة تكتيكات .. لو استطعت ان اقوم بعمل دورة فيها كان افضل..
    الا انني مشغول بالوقت الحالي,,

    ابلاغ عن مشاركة مخالفة !
     
     

     
     
    معلومات الكاتب
    الأدوات الـ15 المساعدة لتسريع موقعك..
    10-15-2011 06:17 صباحا#4
    المعلومات
    اللقب
    الرتبة
    rating
    الصورة الرمزية

    البيانات
    رقم العضوية 185
    الحالة
    المشاركات 12
    الجنس
    الزيارات 2
    قوة السمعة 110






    تسلــم بآرك الله فيـكــ
    ابلاغ عن مشاركة مخالفة !
     
     





     









  • Loading...
  •