• 05-02-2018, 12:41:40
    #1
    Merhabalar;
    Dün gece bir web disk uyarısı aldım, firmam ile görüştüğümde 250 bin dosya yükleme sınırı varmış, Benim şuanda 192 bin civarında dosyam varmış, Biliyorsunuz Wordpress te resim optimizasyonunda 1 resmi 6-7 resme dönüştürüyor bunun içinde dosya birikintisi olmakta, bu konuda yapabileceğim ya da önerebileceğiniz bir şey var mıdır? Lütfen bu konuda bilgisi olan arkadaşların yardımcı olmalarını rica ediyorum.


    Saygılarımla.
  • 05-02-2018, 12:44:49
    #2
    Üyeliği durduruldu
    Kullandığınız wordpress temasının functions.php dosyasında ;

    Alıntı
    add_image_size( 'custom-size', 220, 180 );
    gibi satırlar mevcuttur. Her satır bir boyutlandırmadır. İhtiyacınız olmayan boyut satırlarını silin. Bundan sonraki yüklenen resimler ona göre boyutlandırılır.
  • 05-02-2018, 12:47:29
    #3
    hangi hosting firması acaba ?
  • 05-02-2018, 12:48:05
    #4
    webgrr adlı üyeden alıntı: mesajı görüntüle
    hangi hosting firması acaba ?
    Güzelhosting



    _iyiblog_ adlı üyeden alıntı: mesajı görüntüle
    Kullandığınız wordpress temasının functions.php dosyasında ;



    gibi satırlar mevcuttur. Her satır bir boyutlandırmadır. İhtiyacınız olmayan boyut satırlarını silin. Bundan sonraki yüklenen resimler ona göre boyutlandırılır.
    Bende ki functions.php dosyasında bunlar yok.

    /*-----------------------------------------------------------------------------------*/
    # Define Constants
    /*-----------------------------------------------------------------------------------*/
    define( 'JANNAH_DB_VERSION',            '1.1.1' );
    define( 'JANNAH_THEME_NAME',            'Jannah' );
    define( 'JANNAH_THEME_FOLDER',          'jannah' );
    define( 'JANNAH_THEME_ENVATO_ID',       '19659555' );
    define( 'JANNAH_TEMPLATE_PATH',         get_template_directory() );
    define( 'JANNAH_TEMPLATE_URL',          get_template_directory_uri() );
    define( 'JANNAH_JETPACK_IS_ACTIVE',     class_exists( 'Jetpack' ) );
    define( 'JANNAH_BWPMINIFY_IS_ACTIVE',   class_exists( 'BWP_MINIFY' ) );
    define( 'JANNAH_BBPRESS_IS_ACTIVE',     class_exists( 'bbPress' ) );
    define( 'JANNAH_BUDDYPRESS_IS_ACTIVE',  class_exists( 'BuddyPress' ) );
    define( 'JANNAH_LS_Sliders_IS_ACTIVE',  class_exists( 'LS_Sliders' ) );
    define( 'JANNAH_REVSLIDER_IS_ACTIVE',   class_exists( 'RevSlider' ) );
    define( 'JANNAH_WOOCOMMERCE_IS_ACTIVE', class_exists( 'WooCommerce' ) );
    DEFINE( 'JANNAH_MPTIMETABLE_IS_ACTIVE', class_exists( 'Mp_Time_Table' ) );
    define( 'JANNAH_SENSEI_IS_ACTIVE',            function_exists( 'Sensei' ) );
    define( 'JANNAH_AMP_IS_ACTIVE',                    function_exists( 'amp_init' ) );
    define( 'JANNAH_ARQAM_IS_ACTIVE',       function_exists( 'arqam_init' ) );
    define( 'JANNAH_TAQYEEM_IS_ACTIVE',     function_exists( 'taqyeem_get_option' ) );
    define( 'JANNAH_INSTANOW_IS_ACTIVE',    function_exists( 'tie_insta_media' ) );
    define( 'JANNAH_EXTENSIONS_IS_ACTIVE',  function_exists( 'jannah_extensions_shortcodes_scripts' ) );
    /*-----------------------------------------------------------------------------------*/
    # Works with PHP 5.3 or Later
    /*-----------------------------------------------------------------------------------*/
    if ( version_compare( phpversion(), '5.3', '<' ) ) {
        require get_template_directory() . '/framework/functions/disable.php';
    }
    else{
        /*-----------------------------------------------------------------------------------*/
        # Require Files
        # With locate_template you can override these files with child theme it uses
        # load_template() to include the files which uses require_once()
        /*-----------------------------------------------------------------------------------*/
        locate_template( 'framework/functions/theme-functions.php',        true, true );
        locate_template( 'framework/functions/setup.php',                  true, true );
        locate_template( 'framework/functions/advertisment.php',           true, true );
        locate_template( 'framework/functions/ajax.php',                   true, true );
        locate_template( 'framework/functions/speeder.php',                true, true );
        locate_template( 'framework/functions/styles-footer.php',          true, true );
        locate_template( 'framework/functions/mobile.php',                 true, true );
        locate_template( 'framework/functions/devices.php',                true, true );
        locate_template( 'framework/functions/video-playlist.php',         true, true );
        locate_template( 'framework/functions/mega-menus.php',             true, true );
        locate_template( 'framework/functions/wp-helper-functions.php',    true, true );
        locate_template( 'framework/plugin-integrations/load.php',         true, true );
        locate_template( 'framework/functions/translations.php',           true, true );
        locate_template( 'framework/functions/pagenavi.php',               true, true );
        locate_template( 'framework/functions/post-views.php',             true, true );
        locate_template( 'framework/functions/breadcrumbs.php',            true, true );
        locate_template( 'framework/functions/formating.php',              true, true );
        locate_template( 'framework/functions/images.php',                 true, true );
        locate_template( 'framework/functions/media.php',                  true, true );
        locate_template( 'framework/functions/foxpush.php',                true, true );
        locate_template( 'framework/functions/open-graph.php',             true, true );
        locate_template( 'framework/functions/page-templates.php',         true, true );
        locate_template( 'framework/functions/social.php',                 true, true );
        locate_template( 'framework/functions/styling.php',                true, true );
        locate_template( 'framework/widgets.php',                          true, true );
        locate_template( 'framework/admin/updates.php',                    true, true );
        locate_template( 'framework/admin/framework-admin.php',            true, true );
        locate_template( 'framework/functions/backward-compatibility.php', true, true );
    }
  • 05-02-2018, 12:58:19
    #5
    Üyeliği durduruldu
    TechNews adlı üyeden alıntı: mesajı görüntüle
    Güzelhosting





    Bende ki functions.php dosyasında bunlar yok.

    /*-----------------------------------------------------------------------------------*/
    # Define Constants
    /*-----------------------------------------------------------------------------------*/
    define( 'JANNAH_DB_VERSION',            '1.1.1' );
    define( 'JANNAH_THEME_NAME',            'Jannah' );
    define( 'JANNAH_THEME_FOLDER',          'jannah' );
    define( 'JANNAH_THEME_ENVATO_ID',       '19659555' );
    define( 'JANNAH_TEMPLATE_PATH',         get_template_directory() );
    define( 'JANNAH_TEMPLATE_URL',          get_template_directory_uri() );
    define( 'JANNAH_JETPACK_IS_ACTIVE',     class_exists( 'Jetpack' ) );
    define( 'JANNAH_BWPMINIFY_IS_ACTIVE',   class_exists( 'BWP_MINIFY' ) );
    define( 'JANNAH_BBPRESS_IS_ACTIVE',     class_exists( 'bbPress' ) );
    define( 'JANNAH_BUDDYPRESS_IS_ACTIVE',  class_exists( 'BuddyPress' ) );
    define( 'JANNAH_LS_Sliders_IS_ACTIVE',  class_exists( 'LS_Sliders' ) );
    define( 'JANNAH_REVSLIDER_IS_ACTIVE',   class_exists( 'RevSlider' ) );
    define( 'JANNAH_WOOCOMMERCE_IS_ACTIVE', class_exists( 'WooCommerce' ) );
    DEFINE( 'JANNAH_MPTIMETABLE_IS_ACTIVE', class_exists( 'Mp_Time_Table' ) );
    define( 'JANNAH_SENSEI_IS_ACTIVE',            function_exists( 'Sensei' ) );
    define( 'JANNAH_AMP_IS_ACTIVE',                    function_exists( 'amp_init' ) );
    define( 'JANNAH_ARQAM_IS_ACTIVE',       function_exists( 'arqam_init' ) );
    define( 'JANNAH_TAQYEEM_IS_ACTIVE',     function_exists( 'taqyeem_get_option' ) );
    define( 'JANNAH_INSTANOW_IS_ACTIVE',    function_exists( 'tie_insta_media' ) );
    define( 'JANNAH_EXTENSIONS_IS_ACTIVE',  function_exists( 'jannah_extensions_shortcodes_scripts' ) );
    /*-----------------------------------------------------------------------------------*/
    # Works with PHP 5.3 or Later
    /*-----------------------------------------------------------------------------------*/
    if ( version_compare( phpversion(), '5.3', '<' ) ) {
        require get_template_directory() . '/framework/functions/disable.php';
    }
    else{
        /*-----------------------------------------------------------------------------------*/
        # Require Files
        # With locate_template you can override these files with child theme it uses
        # load_template() to include the files which uses require_once()
        /*-----------------------------------------------------------------------------------*/
        locate_template( 'framework/functions/theme-functions.php',        true, true );
        locate_template( 'framework/functions/setup.php',                  true, true );
        locate_template( 'framework/functions/advertisment.php',           true, true );
        locate_template( 'framework/functions/ajax.php',                   true, true );
        locate_template( 'framework/functions/speeder.php',                true, true );
        locate_template( 'framework/functions/styles-footer.php',          true, true );
        locate_template( 'framework/functions/mobile.php',                 true, true );
        locate_template( 'framework/functions/devices.php',                true, true );
        locate_template( 'framework/functions/video-playlist.php',         true, true );
        locate_template( 'framework/functions/mega-menus.php',             true, true );
        locate_template( 'framework/functions/wp-helper-functions.php',    true, true );
        locate_template( 'framework/plugin-integrations/load.php',         true, true );
        locate_template( 'framework/functions/translations.php',           true, true );
        locate_template( 'framework/functions/pagenavi.php',               true, true );
        locate_template( 'framework/functions/post-views.php',             true, true );
        locate_template( 'framework/functions/breadcrumbs.php',            true, true );
        locate_template( 'framework/functions/formating.php',              true, true );
        locate_template( 'framework/functions/images.php',                 true, true );
        locate_template( 'framework/functions/media.php',                  true, true );
        locate_template( 'framework/functions/foxpush.php',                true, true );
        locate_template( 'framework/functions/open-graph.php',             true, true );
        locate_template( 'framework/functions/page-templates.php',         true, true );
        locate_template( 'framework/functions/social.php',                 true, true );
        locate_template( 'framework/functions/styling.php',                true, true );
        locate_template( 'framework/widgets.php',                          true, true );
        locate_template( 'framework/admin/updates.php',                    true, true );
        locate_template( 'framework/admin/framework-admin.php',            true, true );
        locate_template( 'framework/functions/backward-compatibility.php', true, true );
    }
    sanırım şundadır.

    locate_template( 'framework/functions/theme-functions.php',
  • 05-02-2018, 13:03:55
    #6
    _iyiblog_ adlı üyeden alıntı: mesajı görüntüle
    sanırım şundadır.

    locate_template( 'framework/functions/theme-functions.php',
    Size özel mesaj gönderdim lütfen bakabilir misiniz.